is it do with DataTables?
is it do with DataTables?
nunoribeiro
Posts: 2Questions: 0Answers: 0
Hi
where can i find documentation about the filtering with a range in a column?
see screenshot
thank you!
This discussion has been closed.
Replies
Here is an example:
https://datatables.net/examples/plug-ins/range_filtering.html
Kevin
thank you kthorngren
but I am looking for the same window with min an maxi for the column because i want to have the possibility to filter each column
The example provided shows how to perform a range filter. You can use any type of input. You will need to create an event handler for the input then retrieve the min/max values in the filter function. If you want help with this then please build a simple test case with an example of your data and an example fo the input.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin