7
I was doing a search in PT and EN on how to pass variables from one page to another via Javascript, although I found a lot of information continued with the doubt of which is the best way to do it.
I have some fields of a table (paginated) with filter, via Javascript that filters according to the elements present in the same table. But when I pass page the filter I used is deleted because it is called again my script filter.
I want to keep the filter active in the table even changing page.
My question is different from Simple paging in jQuery/Javascript, because I already have paging, I already have filters, I already have everything working. Only every time I change page the filter disappears. How to pass my filter variables to the other page to be used in my script filter?
You can use examples that do this. Here’s an example: http://www.jtable.org/demo/pagingandsorting
– pc_oc
possible duplicate of Simple paging in jQuery/Javascript
– AndersonBS
by Uai cookie, easier....
– Tales Cembraneli Dantas