I just upgraded from 1.5.8 to 1.5.18. Now, every UDTable by default shows all items, rather than limiting the view. The -PageSize parameter isn’t respected either. For instance, the following produces a table displaying dozens of services rather than 10:
New-UDDashboard -Title “Services” -Content {
$data = Get-Service | Select-Object Name, Status New-UDTable -Data $data -PageSize 10
}
Product: PowerShell Universal
Version: 1.5.18