How to freeze the first column from ReOrder?

Tags: #<Tag:0x00007f0b03867d00>

Hi,
In our handsontable, we are able to reorder the columns, but we have to freeze or disable from reordering the first column, is it possible?
We are using Handsontable, in Angular8.

Kindly share any sample code.

Thank you
Prabu Kuppusamy

Hey @prabu.kuppusamy

You can use a hook to disable movement of any column. Here’s a demo https://jsfiddle.net/handsoncode/ew9y1gxd/

Thank you so much… working as expected.:grinning:

1 Like