I am showing the operating screen so you have a visual of what I am trying to do.
There are filter buttons at the top for viewing the Accounts Receivable.
An example of the code under one filter button is shown in the second screen.
The filter button puts the name of the new filter in Local Storage and that shows up fine on screen but the restore code for the new filter does not work.
I have shown the restore code in the 3rd poicture.
Mike,
Two things:
RestoreInvoices02b does not utilise the localStorage values....
What does RefreshTable1.trigger() do? Does it use the localStorage 'ARFilter'?
So maybe I am misunderstanding your issue:
You're applying a filter to the table by clicking a button but what does the button do? What query does it run? If it's running the one's you posted about then the table would not change...
You should be able to filter the table using the filterStack
Tess: OK I have found the "Server Side Pagination" and it was turned off already (blank).
Anyway, I have this working by regenerating the table with a new filter. This is working fine so I think I will leave it as is. But I have filed your suggestion if it comes up again.
Any chance to get filter stack with server side pagination? Example a client wants the <>= etc operators but cant figure it how to do it with full server side pagination
It's not on our roadmap, @agaitan026 Could you have some JS that checks if the user has selected <,>, etc, and then trigger a query where <, >, etc is hardcoded?