Hi,
I just tried the code example (plain javascript) chapter “binding to data” and “Function data source and schema” (https://handsontable.com/docs/javascript-data-grid/binding-to-data/#:~:text=Address-,Function%20data%20source%20and%20schema,-If%20your%20dataSchema) .
The example works fine, as expected, but if I add a context menu “contextMenu: [‘row_above’,‘row_below’, ‘remove_row’],” I get the following exception:
Uncaught TypeError: t.split is not a function
at t.setProperty (handsontable.full.min.js:954:4116)
at handsontable.full.min.js:933:134188
at t.rangeEach (handsontable.full.min.js:954:1453)
at t.default.getAtRow (handsontable.full.min.js:933:134038)
at handsontable.full.min.js:933:135458
at t.rangeEach (handsontable.full.min.js:954:1453)
at t.default.getByRange (handsontable.full.min.js:933:135401)
at t.default.getSourceData (handsontable.full.min.js:933:102449)
at handsontable.full.min.js:985:15711
at d.done (handsontable.full.min.js:985:17502)
Is there a workaround to get this to work with data source and schema?