I have implemented pagination in JTable
, in that there is row sorting as well. My problem comes when I click on the column header for sorting it sorts the current view of 10 rows (view size for rows) not the whole data.
I took the pagination code from Passing row value of JTable in Pagination.