samedi 9 juillet 2016

How can i integrate my custom jquery table row filtering with datatables.net?


I have a html table and i hvae a checkbox that says "Show Completed Orders", when i uncheck this box, i go and loop through the table rows using jquery and hide the rows that are in COMPLETED state. (based on string in cell = "COMPLETE"

I now am starting to use datatables.net which is very useful for sorting and generic user search but i am strugling to figure out how i can get my existing code that hides and shows rows to work nicely alongside the datatables.net default capability

Is this possible to have external custom logic to hide and show rows and still have datatables working successful (striping, filtering, sorting, etc)


Aucun commentaire:

Enregistrer un commentaire