Skip to main content

Components

Toolbar — The main action bar providing save, refresh, export, and configuration access controls. Menu — Context menus and ribbon menu items for entity operations, configuration editing, and navigation. Work Items Tree — Hierarchical tree view for browsing and selecting work items across the domain model. Sort and Filter — Column-level sorting and predicate-based filtering controls for refining displayed data. Search — Full-text search across visible columns and entity properties within the sheet. Review Changes — Change tracking panel showing pending modifications before save operations. Views Selector — Dropdown selector for switching between named view presets with different column visibility configurations. Column Sets — Management interface for creating and applying column visibility and ordering presets.
Most UI elements in Powersheet are driven by the sheet configuration YAML. Column visibility, sort defaults, and available views are all defined in configuration and can be customized per sheet. See Sheet Configuration Reference for details.
diagram
Source Code
  • model.yaml
  • prod-powersheet-src/com.nextedy.powersheet.client/src/modules/Powersheet/Powersheet.tsx
  • prod-powersheet-src/com.nextedy.powersheet.client/cypress/fixtures/configurations/constraints_currentDocument_downstream.template.yaml
  • prod-powersheet-src/com.nextedy.powersheet.client/ltc-repo/packages/sheet/SheetComponent.tsx
  • configContext.ts