Editor with only javascript array as source
Editor with only javascript array as source
captnkebec
Posts: 4Questions: 2Answers: 2
Hi,
Is there a way to use the editor without calls to server or localStorage.
I just want to maintain local javascript arrays with the datatable and editor.
All the examples I've seen uses ajax calls or localStorage.
Thanks
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Never mind, I just realized I can use the localStorage example and remove the localStorage part!!