Row Counter issue
Row Counter issue
yony258
Posts: 4Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
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