Filtering from list of rowId
Filtering from list of rowId
absholm
Posts: 4Questions: 2Answers: 0
Hi
How will I be able in filtering table with list of rowId. I hav added a hidden list with an ID.
Ex. I would like to display row number 12, 45, 36, 76, 102
I am able in using: $.fn.dataTable.ext.search.push
But not able in finding a way if there is no from > to.
Thanks
This discussion has been closed.
Answers
There is a "range" (from-to) filter plug-in; but your example doesn't show a range. They just look like random numbers.
Thanks. But how to display only this list of numbers ?