Devolutions / Devolutions/powershell-universal-gallery

Data Grid Wrappers

Open
#112 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.