ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: alonewolf149 on November 14, 2019, 06:29:23 pm
-
Hi,
I want to apply save state with multiple result for save table https://paramquery.com/pro/demos/grid_state
concept is user can create new tab , and each tab show same table.
and each table we can show/hide or filter result ,etc then save.
Like this : http://prntscr.com/pwvx2u
after close or come back later, it will show same result.
so i think we need to save state usign DB
can u guide ?
thanks
-
Number of grids doesn't matter ( subject to limit of browser localStorage capacity ), you can save state in either browser localStorage or DB.
In case of DB storage, you would need to send the string returned by saveState method to the server and retrieve the string from server and pass it to loadState method.
https://paramquery.com/pro/api#method-saveState
https://paramquery.com/pro/api#method-loadState