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
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.