New-UDTable Main Post

Some Updates,

we fix table won’t render if $Data is $null ( empty ),
we fix table filter auto reset
we removed the default sort column from the first column if no default sort column was specified
we fix that table show React error some times, when cell value was undefined or null

Update
we fixed - table data won’t be update using Set-UDElement
now you can just do

Set-UDElement -Id '<Your table id in here>' -Properties @{
    Data = @(
      "your new data"
   )
}

we still working on some bugs.
just wanna update you guys on the table progress.

2 Likes