Why records count display more than actual rows?
Why records count display more than actual rows?
parisan
Posts: 2Questions: 1Answers: 0
Hi Allen
I am using Datatable for one of my projects.it displays wrong records number instead of available rows or total records available
I have total 75 records by at the end it "shows 200 records out of 75"
please see debug log
https://debug.datatables.net/aqeroq
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
That text doesn't appear int he debug trace I'm afraid. It says:
Can you link to a test page showing the issue please.
Allan
Hi Allan
I can't show you test page because for that I have to share credentials.
However I can share you another debug log having text I want to show you
https://debug.datatables.net/afefel
thanks
Thanks for the link. At a guess I would say that either not every row in the table is of identical height (which is required by Scroller), or they have data that is loaded after the row height has been calculated (for example images). If that is the case use the fnMeasure API method.
Allan