I'm using the DataTables framework to build table pages.
Now, I have to support two features that seem to collide: Select2 and DateRangePicker.
Here, you can see a sample of my table working with Select2 (You can multi-filter each column): http://live.datatables.net/kugetose/1/edit
Now the problem - I'm trying to functionalize the Date range button, which has to filter the table by the Start date column: http://live.datatables.net/fatikuwi/1/edit - I used DateRangePicker for this functionality. But, a bug arises here - if you try now filtering a column by the multi-select feature, you'll get an empty table (as well as sorting a column using the arrows).
I'm trying to solve this issue like 2 days already, but nothing.
Can someone help me fix this?