Filtering from list of rowId

Filtering from list of rowId

absholmabsholm 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

Answers

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    There is a "range" (from-to) filter plug-in; but your example doesn't show a range. They just look like random numbers.

  • absholmabsholm Posts: 4Questions: 2Answers: 0

    Thanks. But how to display only this list of numbers ?

This discussion has been closed.