ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on February 10, 2020, 03:48:31 pm
-
Trying to load state from query param...but it doesn't seem to work.
Also how can I set the loaded state as choosen in the states dropdown?
https://jsfiddle.net/queensgambit9/59n0bdLa/12/
-
Sorry, it's not clear from the jsfiddle how you are trying to load state from a url.
Please share a sample url from which you are attempting to load state. Does url contain all the state data?
-
No, Im trying to load an existing state from query param.
Ex, a state named 'test' exist in local storage.
I would then like to load it when query param is used: www.example.com?state=test
-
Btw, is it possible to share states by query params or any other way?
So that you can create a state and then send a link so that users can have same layout etc?