Hello,
I’m working with multiple tables and large datasets, and I’m utilizing the height
and viewportRowRenderingOffset
properties. For each table, I need to dynamically render the number of rows based on user input.
I’d like to know the best approach to adjust the height
and viewportRowRenderingOffset
dynamically, according to the number of rows. If these values are set too low or too high, it could cause UI issues, such as excessive empty space below each table when there are fewer rows.
Best regards,