Adding rows to a table without ajax configured does not work in Editor 1.6.1
https://editor.datatables.net/examples/simple/noAjax.html
The following statement throws because there is no original data to extend.
// Get the original row's data, so we can modify it with new values.
// This allows Editor to not need to submit all fields
var rowData = originalData[ key ].data;
Uncaught TypeError: Cannot read property 'data' of undefined