Deleting state across the web
Deleting state across the web
filipfranek
Posts: 1Questions: 1Answers: 0
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