RenderAllRows

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

Hi @taln
renderAllRows is not set to true in default. Please take a minute to check the docs If you did not add this option it’s no need to type renderAllRows: false.

If you’re facing any performance issue send me a JFiddle demo and I’ll do my best to speed it up.