Range filter in multiple tables
Range filter in multiple tables

Hi,
im currently working with multiple tables on a page and i have a problem with the https://datatables.net/examples/plug-ins/range_filtering.html range filter. I use this custom filtering as a date range filter that affects several columns in different tables (so each table on page can use this filter on its own column). But it always affects all tables on the page with the same column index. Am I doing something wrong or is there a way to use this custom filter without affecting/overwriting other tables columns filter?
Answers
Here is a fiddle. Just filter table example1 by minimum and maximum, then filter example2 by search and remove this -> see that example2 was also filtered by example1's minimum and maximum filters
https://jsfiddle.net/pL1ybkjw/1/