Update current URL with Datatable filters

Update current URL with Datatable filters

dalenwdalenw Posts: 2Questions: 1Answers: 0

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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    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

Sign In or Register to comment.