Multiple Tables - How to activate / de-activate individual tables
Multiple Tables - How to activate / de-activate individual tables
Hi there,
I'm migrating over from the TableSorter plugin, and need to implement DataTables on multiple tables in a single page. As I expand any table I need to initialize DataTables (No problem, that works fine), but when I collapse the table I need to de-activate DataTables.
Basically I need to know how to unbind DataTables.
You can take a look at my public site to see what I mean about expanding / collapsing tables.
http://www.expired-domains.co
Thanks
Rich
I'm migrating over from the TableSorter plugin, and need to implement DataTables on multiple tables in a single page. As I expand any table I need to initialize DataTables (No problem, that works fine), but when I collapse the table I need to de-activate DataTables.
Basically I need to know how to unbind DataTables.
You can take a look at my public site to see what I mean about expanding / collapsing tables.
http://www.expired-domains.co
Thanks
Rich
This discussion has been closed.
Replies
You'd use fnDestroy to destroy a table you no longer want. Is that what you are looking for?
Allan
That worked a treat, thanks for your help!!
Great plug-in, keep up the excellent work!
Thanks
Rich
Rich