⌂
Demonstrates:
- RowDetailView Plugin
- See more detail of an item by toggling a row detail panel.
- User can override the logic to display the expandable icon with "expandableOverride". e.g. every 2nd rows is selectable.
- "useRowClick: True" to toggle from any column.
- "useRowClick: False" to toggle from the toggle icon only.
- "panelRows: 4" DetailView is (RowHeight * 4).
- "loadOnce: True" Try to shrink and reopen the same row.
- "loadOnce: False DEFAULT" Will call load every time row is expanded.
- "singleRowExpand: True" Multiple rows can be expanded at any time.
- "singleRowExpand: False DEFAULT" Will only expand 1 row at a time.
-
- Example of using non templated view e.g. check any row multiple of 5.
-
Options:
Click anywhere on the row to expand:
How many rows cab be opened at a time (defaults to multiple):
View Source: