I'm interested to center (dynamically) the list/table on page.
Eg I have table with unknown records count (only in runtime will know that)
So how to center it on the page?
I'm interested to center (dynamically) the list/table on page.
Eg I have table with unknown records count (only in runtime will know that)
So how to center it on the page?
I have not tried this myself, but have you thought about setting the top position or margin based on an expresssion? Something like the following pseudo code
( < pageHeight> - (<numRows> * <rowhieght>) ) / 2