I notice that all of the examples declare:
var editor
in the global scope.
I want to have multiple editable tables on the same page. Is this possible? How do I work around the need for global variables?
I notice that all of the examples declare:
var editor
in the global scope.
I want to have multiple editable tables on the same page. Is this possible? How do I work around the need for global variables?