SMART datagrid v.1 > Classes > CheckCellRenderer
If it is true, you can change the cell value by clicking or double clicking the mouse or typing space key.
Defaults to false.
grid.setColumns([{
name: "Shipping",
fieldName: "Shipping",
renderer: {
type: "check",
editable: true,
editOnClick: true,
spaceKey: true,
}
},
...
]);