I am trying to improve the user experience in sections where a table is displayed. In tuning the presentation of the grid I have options to paginate and/or to set default fixed height for a table or grid.
The problem is, that not all rows have the same height due to wordwrap in various columns. So a fixed height may not show all rows or I am left with a bunch of whitespace beneath the table.
The same goes for pagination: due to the same problem as above and a fixed number of rows, some rows may not show or I have to allow lot of whitespace below the table.
Is there a way in Pega to have a table or grid consume all the space on screen dynamically, to optimize screen usage and show as much as possible rows (that fit on screen) and have the table paginated?