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