Configuration Topics
Columns — Column definitions mapping property paths to display settings including title, width, formatters, focus, and visibility. Column Groups — Visual grouping of related columns under shared headers with styling and collapse behavior. Views — Named column visibility presets that let users switch between different column sets for the same data. Styles — Named style definitions (colors and formatting) applied via formatters or column headers. Formatters — Conditional formatting rules that apply styles based on data values or expressions. Sources — Data source definitions specifying which entity types to query and which expansion paths to load. Sort By — Default sort order configuration for sheet rows. Column Properties — Detailed reference for all available column-level properties. Header Styles — Predefined and custom styling for column and group headers. Display Property — Controls which property of a referenced entity is displayed in a column. Render Property — Server-side rendering configuration for custom column output. Binding Syntax — Dot-separated path syntax for mapping columns to domain model properties and navigation paths. Conditional Formatting — Expression-based styling rules for dynamic cell appearance. Multi-Item Columns — Configuration for columns displaying one-to-many or many-to-many relationships.Configuration Structure
A sheet configuration YAML file contains these top-level sections:Related pages: Reference | Data Model Reference | Configuration Files Reference
Sources
Sources
KB Articles
- Getting Started: Sheet Configurations
- Core Concepts of Powersheet
- Getting Started: Data Model configuration
prod-powersheet-src/com.nextedy.powersheet.client/cypress/fixtures/configurations/constraints_composing.template.yamlprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/enumProvider/SheetConfigEnumProvider.javaprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetProduct.javaprod-powersheet-src/com.nextedy.powersheet/src/com/nextedy/powersheet/PowersheetService.javaprod-powersheet-src/com.nextedy.powersheet/src/META-INF/hivemodule.xml