-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
appPowerShell Universal AppPowerShell Universal AppenhancementNew feature or requestNew feature or request
Description
We should provide Data Grid wrappers. It's complicated to implement the data grid properly. I could imagine wrappers for various data sources:
- Array of objects
- SQL
- PostgreSQL
For example, we have a definition here for SQL: https://docs.powershelluniversal.com/apps/components/data-display/data-grid#example-sql-data
New-UDSqlDataGrid -ConnectionString xyz -Table 'Jobs' -Columns @(
New-UDSqlTableColumn -Column 'Xyz' -OnRender {
}
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
appPowerShell Universal AppPowerShell Universal AppenhancementNew feature or requestNew feature or request