Possible to use data table editor without a backend?

Possible to use data table editor without a backend?

IgglybooIgglyboo Posts: 1Questions: 1Answers: 0

Currently I am using data tables populated from a JSON string. I would like to add editing functionality.
Users will edit the table and then a new json string will be presented to them.

I do not want to use any sort of backend or make any ajax calls, all data will be provided by the client and never sent to the server.

Is this possible with the data table editor?

This discussion has been closed.