mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Selection of non adjacent cells in the Slickgrid #1023

Open Samudyatha opened 9 years ago

Samudyatha commented 9 years ago

Hi , In Slickgrid we can select adjacent cells......... but not able to select non adjacent cells .... is there any way to select them or other way like clicking on the checkbox present in each cell for the selecting the cell values... can anyone help us with this issue soon.....

Thanks.

6pac commented 9 years ago

You would have to create a new SelectionModel plugin. Find examples in the 'plugins' folder.