Author Topic: demo for state save remotly  (Read 2772 times)

arbyter

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 43
  • Retired IT Guy
    • View Profile
demo for state save remotly
« 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!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: demo for state save remotly
« Reply #1 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

Seenooms

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: demo for state save remotly
« Reply #2 on: January 28, 2019, 09:31:10 am »
The information provided is very useful to me.