Why records count display more than actual rows?

Why records count display more than actual rows?

parisanparisan Posts: 2Questions: 1Answers: 0
edited May 2015 in Free community support

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

Answers

  • allanallan Posts: 63,679Questions: 1Answers: 10,498 Site admin

    shows 200 records out of 75

    That text doesn't appear int he debug trace I'm afraid. It says:

    Showing 1 to 17 of 75 entries

    Can you link to a test page showing the issue please.

    Allan

  • parisanparisan Posts: 2Questions: 1Answers: 0

    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

  • allanallan Posts: 63,679Questions: 1Answers: 10,498 Site admin
    Answer ✓

    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

This discussion has been closed.