This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
create additional events to help with serialising and/or persisting grid. #10
Labels
Comments
Hi @rosspi Any update on this feature? I might have an idea. |
I'll get around to it eventually. It just needs to trigger an event whenever anything changes I think. |
I know it's not perfect, but the following code served the purpose of saving and loading cells. Save method
And the load method
The only problem with this code is if total number of saved cells is for ex. 100 and then saved again with total number of cells being 70 if the client retrieving the data didn't reload it will reposition cells properly but the client will have a total of 100 cells regardless. I hope this helps someone. |
I ended up using something like this. In case someone needs it. Save Layout:
Load & Sort Layout:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: