Row count after sorting
Row count after sorting
mikeD123
Posts: 12Questions: 6Answers: 0
after clicking header to sort by a column the number of rows displayed changes(increases). the number of entries count does not change.
starts with 10 rows displayed. after sort is clicked it shows 14 or more rows.
is this a know issue? does anyone have a resolution to reset number of rows after sort?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
My guess is you are using server side processing and your server script is returning more than 10 rows. If you are using server side processing then I would recommend tracing what your server script does and the data it returns when sorting the table.
If that doesn't help or you are not using server side processing then please provide a link to your page for troubleshooting.
Kevin
i am getting data from server with jsp/jstl but it is loading all records into datatable on page load. it is not paging on server.
Its not a known issue. Can you post a link to your page for debugging?
Do you get any errors in your browser's console when sorting?
Kevin