Add empty rows to fill the empty space in the data container
Environment
Product Version | 5.14.1 |
Product | Progress® KendoReact |
Description
I have Grid with enabled virtual scrolling and when I have fewer items I need to fill the empty space with empty rows.
Solution
Find the last TR element within the "rowRender" of the Grid and return React.Fragment with the last row and the empty rows that will fill the empty space.
Following is an example demonstrating this approach: