Update current URL with Datatable filters
Update current URL with Datatable filters
Using data tables with server side. I am wondering if it is possible for the current url to update if filters are applied to the table. That way, if I search for a record, click on said record, and I press the back button, I don't lose my place at the table.
Answers
It may be possible, the code is open-source so you could make those changes, unfortunately it wasn't designed with that in mind. You may be able to use
stateSave
to get that effect though. so would be worth looking at that,Colin