Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Question about chaining of editing methods in Editor

$
0
0

Hi, I was wondering if it'd be possible to chain different editing methods and send them to the server with a unique submit() at the end

Something like:

editor.edit().remove().create().submit()

rather than:

editor.edit().submit();
editor.remove().submit();
editor.create().submit();

-
Alberto


Viewing all articles
Browse latest Browse all 3740

Trending Articles