mleibman / SlickGrid

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

Multiple cell selection, it is possible? #1144

Open Tpona opened 7 years ago

Tpona commented 7 years ago

Hi there!

I need to ability handling cell selection. But not in range mode. I need ability to select cells separately from each other. It is possible? How to do?

thx

6pac commented 7 years ago

This is acheived using plugins. slick.cellselectionmodel and rowselectionmodel are the current ones, you may need to create a new plugin to allow multiple cell selections.