alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 363 forks source link

Issue with adding the page and offset to URL while setting pushState to false #266

Open hammerva opened 7 years ago

hammerva commented 7 years ago

Hello again. I have found from looking at this forum and other places that setting pushState to false. One is to fix a DataCloneError with an error code of 25 and the other was issue #260 concerning the page parameter with multiple tables on one page. One of the biggest problem with setting pageState to false is that I am losing the page and offset parameters in the URL of the page I am on. I am currently using this information on edits so that if there is an error it actually goes to the correct page instead of always the first page.

Does anyone know of a work around where you can still add the page and offset parameters to the URL of a page and leave the pushState parameter to false?

Thanks for any help.