Make the Pager Stick to the Bottom of the TreeList
Environment
Product Version | 4.5.0 |
Product | Progress® KendoReact |
Description
How can I make the pager stick to the bottom of the TreeList, even if the page size is smaller?
Solution
A custom Pager
should be rendered below the TreeList component and the onPageChange
event should be handled to update accordingly the data visible on the current page.