mleibman / SlickGrid

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

prevent drag drop on particular column using slickgrid #1156

Open urprasu opened 7 years ago

urprasu commented 7 years ago

Hi, I want to avoid first column not to be drag. 'enableColumnReorder' :false is working for all columns. I want only one column to disable column reorder.

6pac commented 7 years ago

It's not hard to disable drag on the first column, but other columns can still be dragged to the left of it. That behaviour is quite hard to prevent. Is this worth pursuing?