multifilter
multifilter copied to clipboard
A jQuery plugin to filter a table based on multiple inputs
Hi, there! Thanks for this great lib. By the way, what if I want to perform a calculation after filtering? How can I accomplish that? Thanks for your attention. Paulo...
I am facing problem when adding serial no in table after filter applied. means if I search something then serial number should be based on showing/visible data/row. if table has...
Hello Tommy, Please review the date filter. I have added a demo as well. Maybe you can do some good jQuery stuff than me. Hope it helps. Cheers Manoj
Hi, This is really nice, thanks for that ! Have you consider adding regex-based filter support ? that would be just great. Thanks. Migue;
Hiding rows doesn't change the `nth-class(odd)` ordering, so you need to add and remove an odd class on the rows. An `afterSort` event should be added to allow this to...