Sticky Headers on Rows when Scrolling

Tags: #<Tag:0x00007efc71a7e620> #<Tag:0x00007efc71a7e3f0>

Is it possible to implement sticky headers on rows?
In the screenshot below, I have a table with merged headers on rows. Because I scrolled the table 5 rows down, the header in the first column is no longer visible (it is in the first row). Is it possible to have it always at the top of the visible block?

Hi @SNK

Handsontable supports only whole rows (with headers) freezing, as in this example: https://handsontable.com/docs/javascript-data-grid/row-freezing/#example

It’s not possible to detach the row header.