Hi
I have a table with many rows and I get in the console this tip:
“Performance tip: Handsontable rendered more than 1000 visible rows. Consider limiting the number of rendered rows by specifying the table height and/or turning off the “renderAllRows” option”
I have tried adding a renderAllRows:false to the hot settings but it seemed to ignore it.
I also tried setting a height and using maxRows, with the same results that all the rows were rendered.
Please advise on how to solve it.
thanks you
Tal