Has any one seen an exception when removing a row (randomly? If I refresh the browser, the exception does not occur and I am unable to remove the row)? It is possible I am setting up the data source incorrectly.
copied the line from dataspource.js
if (_this2.dataType === ‘array’) {
newRow = row.slice(startCol, endCol + 1);
}
exception is
vendor.js:68760 ERROR TypeError: row.slice is not a function
at vendor.js:309998
at rangeEach (vendor.js:320637)
at DataSource.getByRange (vendor.js:309992)
at DataSource.getData (vendor.js:309878)
at Core.getSourceDataArray (vendor.js:307101)
at Core. (vendor.js:371899)
at Hooks.run (vendor.js:324716)
at Core.runHooks (vendor.js:308558)
at DataMap.removeRow (vendor.js:309210)
at vendor.js:305213