When i set hidden rows and renderAllRows off but the hidden row still be render

I develop the filter custom, to filter 17000 row, the result show three row. I use the hiddenRows to handle this. Below:


My logic is hidden another 16997 row to handle this:

but the hiddenRow still be render

and i’m sure the renderAllRows property is set false. So how can solve it

Maybe trimming will meet your requirements. Here http://jsfiddle.net/avutLmky/7/ is a demo where I have 1k rows but want to display only last 10 rows.