Name | Type | Description |
---|---|---|
columnLayout | GridColumnConfig[] | Column layout |
detail | GridDetailCellConfig[] | Detail information |
footer | GridFooterCellConfig[] | Footer Information |
header | GridHeaderCellConfig[] | Header information |
rowGroup | { groupCondition: #expression, gheader?: cpr.controls.gridpart.GridGroupHeaderCellConfig[], gfooter?: cpr.controls.gridpart.GridFooterCellConfig[] }[] | Row group information |
type | GridColumnConfig[] |
---|---|
Column layout
|
type | GridDetailCellConfig[] |
---|---|
Detail information
|
type | GridFooterCellConfig[] |
---|---|
Footer Information
|
type | GridHeaderCellConfig[] |
---|---|
Header information
|
type | { groupCondition: #expression, gheader?: cpr.controls.gridpart.GridGroupHeaderCellConfig[], gfooter?: cpr.controls.gridpart.GridFooterCellConfig[] }[] |
---|---|
Row group information
|