Row Counter issue

Row Counter issue

yony258yony258 Posts: 4Questions: 0Answers: 0
edited April 2013 in Bug reports
Hi everyone,
My issue is that I have some "Display:none" rows which are being counted,
How can I address this issue without changing the Display property?

(A table with DataTables debugger for example: http://debug.datatables.net/ibovex
You can see there are 2 rows, but 1 of them is set as 'Display:none' and I am getting "Showing 1 to 2 of 2 entries")

Thank you

Replies

  • yony258yony258 Posts: 4Questions: 0Answers: 0
    Anyone?
  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    > How can I address this issue without changing the Display property?

    You cannot in DataTables. DataTables makes no alliance for a row which is display:none . If you want to remove a row front he display it should be removed by filtering, not CSS.

    Allan
  • yony258yony258 Posts: 4Questions: 0Answers: 0
    Thank you allan, can you please explain or direct me how to do that?
This discussion has been closed.