Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Grid Wrappers #112

Open
adamdriscoll opened this issue Jan 2, 2025 · 1 comment
Open

Data Grid Wrappers #112

adamdriscoll opened this issue Jan 2, 2025 · 1 comment
Labels
app PowerShell Universal App enhancement New feature or request

Comments

@adamdriscoll
Copy link
Member

adamdriscoll commented Jan 2, 2025

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 {
    }
)
@adamdriscoll adamdriscoll added enhancement New feature or request app PowerShell Universal App labels Jan 2, 2025
@adamdriscoll adamdriscoll changed the title SQL Data Grid Data Grid Wrappers Jan 2, 2025
@MikeShepard
Copy link
Collaborator

MikeShepard commented Jan 2, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app PowerShell Universal App enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants