Large gap at bottom of UDTable

Product: PowerShell Universal
Version: 3.7.9

@adam
Does anyone else have this issue? In this example, I select 200 per page and page to the last page. There is a really long gap that exists until you see the button that we would use to change state in a row.

I can confirm this. The length of the gap is determined by the page size. For example, I can see a gap in a table I have where there are 19 rows in the last page, and 20 records per page.

Thanks Jori. I suppose instead of trying to adjust the page size when on final page, I could just put a button at the top.

Do you also use UDGrid? I considered implementing them as anything over 50 rows with -showselection and -loaddata starts to get sluggish (unless I am doing something wrong)