Search code examples
jqueryslickgrid

Can I restrict specific columns/cells from being selectable by the CellSelectionModel plugin?


I need to disable cell selection for the first two columns of a grid.

Does slickgrid/CellSelectionModel support this?


Solution

  • Set 'selectable:false' on a column definition.