Devolutions / Devolutions/powershell-universal-gallery
Data Grid Wrappers
Open
app
enhancement
- Dominant language
- PowerShell
- Stars
- 92
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
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 {
}
)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.