Closed sensui7 closed 7 years ago
I would like to be able to append new rows to the table which I've correctly done.
e.g. editableGrid.append(editableGrid.data.length, { 'name' : 'Tom'}, true);
However, after appending the row, none of the values can be edited.
The solution was to use insertAfter(row, row + 1, values);
I would like to be able to append new rows to the table which I've correctly done.
e.g. editableGrid.append(editableGrid.data.length, { 'name' : 'Tom'}, true);
However, after appending the row, none of the values can be edited.