New to KendoReact? Start a free 30-day trial
Virtual Scrolling
Virtual scrolling provides an alternative to paging.
While the user is scrolling the table, the TreeList is only rendering a part of the data based on the scroll position.
Getting Started
TreeList virtual scrolling requires you to set the following configuration:
- Set the
scrollable
prop tovirtual
. - Set the TreeList height in pixels through its
style
prop. - Set the
rowHeight
prop.
Change Theme
Theme
Loading ...