How to get scroll in columns type Handsontable drop down

Tags: #<Tag:0x00007f8b1d2e40f0>

Hi Team,

If the column type is a Handsontable and if I pass more than 100 rows for that Handsontable it will show all rows without any scroll.

Any suggestions on how to work with this.

Please find this drive link for more information

https://drive.google.com/file/d/15YU_cojg1sgaL9UnLd5GZ2dAGsVVQ6p3/view?usp=sharing

Hi @bharath.kumar

Unfortunately, we don’t have any opportunity to control hot-in-hot.
I mean we can’t add a scroll-bar if the hot has a lot of rows.

handsontable editor has a hardcoded a few options - https://github.com/handsontable/handsontable/blob/master/src/editors/handsontableEditor.js#L70 - and we can’t add another one.

Sadly I couldn’t find a good solution for your issue.