SectionedTable¶
SectionedTable Properties¶
Property | Type | Required |
---|---|---|
LoadingIndicator | LoadingIndicator | Optional |
OnRendered | ActionOrRule | Optional |
Sections | array |
Optional |
_Name | string |
Optional |
_Type | const |
Required |
LoadingIndicator¶
Configure the loading indicator shown at the initial page loading.
- type: LoadingIndicator
OnRendered¶
The event handler that will be triggered when the section table is fully rendered for the first time and even also whenever the redraw is triggered after that.
- type: ActionOrRule
- Formatter and Binding are not supported
Sections¶
- type:
array
All items must be of the type:
Any following options needs to be fulfilled.
Option 1¶
Option 2¶
Option 3¶
Option 4¶
Option 5¶
Option 6¶
Option 7¶
Option 8¶
Option 9¶
Option 10¶
Option 11¶
Option 12¶
_Name¶
- type:
string
_Type¶
- type:
const
The value of this property must be equal to:
"Control.Type.SectionedTable"