Has anyone had an opportunity to create an editable grid in Wappler?
Something like this, with row insert, inline edits and position sort. https://codepen.io/johnraiz/pen/jvYRey
Would be great to see some examples of this implemented with a serverconnect database/table
if you look youll see its just a bunch of Json. I guess if pushing back that JSON to Mysql/DB it would work…maybe it should be done via Repeat as update/insert/delete should handle each row separately
Especially for reodering pics or stuff it would be helpful.
But maybe the feature contenteditable would also help.