Author Topic: Share saved state through url  (Read 643 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Share saved state through url
« on: March 28, 2023, 01:09:42 am »
Possibility to generate url to share from current view / state which then can be loaded in browser.
« Last Edit: March 28, 2023, 01:15:00 am by queensgambit9 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6210
    • View Profile
Re: Share saved state through url
« Reply #1 on: March 28, 2023, 02:48:50 pm »
It's possible to share the state returned by grid.saveState() method through querystring in a url however url has a size limitation. So that would depend upon how much state do you pass in a querystring.

May be you can try and let's know the results.