How to always show one column during scrolling

Tags: #<Tag:0x00007efc6447f1c8>

Hi guys,

I am trying to use handsontable react on my application, but there have one challenge that our table column number is too much and there have one column that include description of every row.

My question is how can I make this column always showing when I scrolling the table?

Hi @szhong59

You can use the fixedColumnsLeft option if the column is the first one from the left (index 0). Example: https://jsfiddle.net/9o7egfqd/

If the column is not the first one in the table, then you can use the freezeColumn methods from the manualColumnFreeze plugin https://jsfiddle.net/9o7egfqd/6/

Hi @szhong59

I just wanted to check how’s the progress on this task.