Deleting state across the web
Deleting state across the web
I use few dataTables on one web. Is it easy to clear the state of all tables?
This discussion has been closed.
I use few dataTables on one web. Is it easy to clear the state of all tables?
Answers
Yep, you can just use
DataTable.tables()to get all the tables, so something like:Colin