SlickGrid
SlickGrid copied to clipboard
prevent drag drop on particular column using slickgrid
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.
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?