Help build scrollbar on Grid when Paging
My sample code:
https://codesandbox.io/s/7k93042990
how its look right now

Hi,
To achieve your goal, you should use the VirtualTable plugin instead of Table. The VirtualTable plugin has property height for seting a VirtualTable's height, see API reference.
In the following example you can see how to achieve this.
Note: for correct operation you should add bootstrap styles to the head of your application. And other required libriaries be added as well, see Getting Started guide.
Thank you!
i try build tree on vScroll + PagingPanel as i have performance problems when click on smile to change it when more than 2000 Rows rendered.
this how its look on my pc

i build example its have some problem on tree this example the same code as on my local.
the main problem is that i render 10,000 rows on tree and on top level i show only 832 so i expected see 1 page but its show me 7.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.