We should provide Data Grid wrappers. It's complicated to implement the data grid properly. I could imagine wrappers for various data sources:
New-UDSqlDataGrid -ConnectionString xyz -Table 'Jobs' -Columns @(
New-UDSqlTableColumn -Column 'Xyz' -OnRender {
}
)
We should provide Data Grid wrappers. It's complicated to implement the data grid properly. I could imagine wrappers for various data sources:
For example, we have a definition here for SQL: https://docs.powershelluniversal.com/apps/components/data-display/data-grid#example-sql-data