ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: arbyter on January 11, 2019, 02:15:01 pm

Title: demo for state save remotly
Post by: arbyter on January 11, 2019, 02:15:01 pm
I would appreciate having a demo for this option,
or more general: could you provide more demo snippets?
To me, the demo framework itself is the best way to quickly understand the logic behind paramqery!
Title: Re: demo for state save remotly
Post by: paramvir on January 17, 2019, 08:27:59 pm
The state of the grid is obtained by grid.saveState( false ), string returned by the method can be posted and saved remotely in a database.

loadState is called to restore the state of grid.

https://paramquery.com/pro/api#method-saveState
Title: Re: demo for state save remotly
Post by: Seenooms on January 28, 2019, 09:31:10 am
The information provided is very useful to me.