I am new to UD and having problems using some of the parameters for New-UDTable.
This works fine: New-UDTable -Title “Search Results:” -Columns $Columns -Sort -Export -Data $Session:Data
But if I add any of these options in any combination, even just one option and removing other working options, it completely breaks:
-PageSize 20
-Filter
-Padding “Dense”
Maybe there is a version issue? I believe that I have the most recent version (Non-Beta) My Framework shows as 3.0.2 if that helps.
I switched to 3.1.3 Framework and now the parameters work, but my custom column rendering stopped working. When I switch back to 3.0.2 column rendering works resume, but the parameters stop.
Unfortunately, That did not change anything. The column has the correct data, and before any data is populated, the column shows as a small button with no text like it always has. The table works, just without the column data being buttons.