Skip to content

Data Grid Wrappers #112

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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