Range filter on multiple tables

Range filter on multiple tables

jolevesqjolevesq Posts: 4Questions: 2Answers: 0

Hi,

I use the range filter sample (https://datatables.net/examples/plug-ins/range_filtering.html) to filter a column with numbers. When I have one table it works fine. When I add two or more tables it doesn't work because the search is not on the datatable like table.column(colIdx).search(value).draw(); bur on the entire API $.fn.dataTable.ext.search.push(...). So when you do a search in one table it filters all the tables.

Does anyone had this problem before? Is there a way to have range filter on just the active table like a regular search?

Thanks

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.