How to get New-UDTable -OnRowExpand to render when it is clicked?

Product: PowerShell Universal
Version: 3.7.8

i have 8000 records to put in the table, and the OnRowExpand renders on all 8000 rows, i only want it to render when someone clicks the +

You could put a New-UDDynamic in the expand to have it load when mounted.

I would also suggest considering -LoadData for a table of this size with custom rendering.

OK, New-UDDynamic does not render until it is shown on the screen. ty

1 Like