Freeze last two coloumns excluding hidden coloumns

Tags: #<Tag:0x00007f8b25f0f890>

Hi @aleksandra_budnik
how to freeze last two columns handsontable excluding hidden columns.

Hi @sumanthhs48

I would go with using the manualColumnMove and calling fixedColumnsStart (in v12, before it’s fixedColumnsLeft) via updateSettings in the afterLoadData hook. Here’s a demo https://jsfiddle.net/dqezcwr4/9/

But… it does not cover the hiddenColumns you’ve mentioned. What’s the case with them? Are there any rules for riding the columns (Clients hide them or they are hidden programmatically)?

Thank you

You’re welcome @sumanthhs48

Please confirm if that is all that was needed for this task as you also mentioned the hidden columns before.