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