Skip to content

Data Grid Wrappers #112

@adamdriscoll

Description

@adamdriscoll

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 {
    }
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    appPowerShell Universal AppenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions