SMART datagrid v.1 > Classes > EditOptions
If this value is true and readOnly is false, the user can insert rows.
Defaults to false.
grid.setOptions({
edit: {
insertable: true,
insertByCell: true
}
});
grid.setEditOptions({
insertable: true,
insertByCell: true
});
grid.editOptions().setInsertable(true);