Open mbraidy opened 9 years ago
Sorry for the delayed response.
In the event object, do you get any data passed?
Theoretically this can be done if you have added the contenteditable
attribute on each individual cell but tbh I haven't personally tried it on a table.
I implemented this functionality on a table. It detects changes, but how can I find what has really changed to save it? Do I have to scan the whole table elements to find it, or is it possible somehow? Thank you