Can you designate which columns can be moved?

Tags: #<Tag:0x00007f8b28cf01b0>

I’ve enabled the manualColumnMove: true for my grid, but I want to make the first column (which is currently frozen) to NOT be movable. Is this possible? If so, how? Thx

Hi @mhennessy7

once you enable the manualColumnMove plugin it is turned on for the whole table. To block rows from moving you can use a moving hook. However, there’s one pending issue that relates to the hook here https://github.com/handsontable/handsontable/issues/6539
I will let you know as soon as we get this fixed.

Hi @mhennessy7

I have good news! We’ve just released 8.0.0-beta2 that fixes the mentioned issue. We won’t be closing this ticket now. It will be closed after we release the final 8.0.0 version of Handsontable.

Here’s a full list of changes https://github.com/handsontable/handsontable/releases/tag/8.0.0-beta.2
NPM https://www.npmjs.com/package/handsontable/v/8.0.0-beta.2

All feedback’s appreciated. Thank you for your input.

This issue was solved in v.8.0.0.