Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
Adds option to disable rendering of filler rows. I understand the guidance is to style the empty rows with CSS, but doing so makes it difficult for users to change the behavior on a per instance basis, and is not always what the user wants. Sometimes they may want the table filled out to equal height, other times they may not. Imagine you have a per page option with a high value like 50 or 100. That can end up working really well until the user reaches the last page, then all of the sudden their dom is flooded with wasted space and may even make the view appear to be missing information.
This maintains the default functionality of rendering the filler rows, but gives the user a quick option to opt out of that when they want to.
Describe the solution you'd like
See PR #62607 for implementation details.
Additional context
No response