You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your work is exilent but I have an issue in my use of it. I started of by copying the full example using the demo .json file as input to my grid (as done in the example).
Now using the "demo.json" file as source to load data into the grid, I expect the thas file to be updated with my changes in the grid (change of data, use of delete or duplicate button).
How do I get the .json file updated with my changes in the grid?
/ Gunnar
The text was updated successfully, but these errors were encountered:
Premise: I am a developer like you, not the owner of this project.
Using the current source files, this project is unidirectional. That means it knows do display data and make it editable, but not saving any edit or delete or duplicate anywhere.
For some reason they removed the PHP and JS files that dealt with add / delete / update, together with files that were using MySQL database as data source.
Which is VERY BAD for us.
Your work is exilent but I have an issue in my use of it. I started of by copying the full example using the demo .json file as input to my grid (as done in the example).
Now using the "demo.json" file as source to load data into the grid, I expect the thas file to be updated with my changes in the grid (change of data, use of delete or duplicate button).
How do I get the .json file updated with my changes in the grid?
/ Gunnar
The text was updated successfully, but these errors were encountered: