LmnRowDefDirective
Decorators: |
|
Generic types: | T |
Selectors: | [ |
Extends: | LmnBaseRowDefDirective |
Structural directive for rendering a row definition for a table.
Properties
Name | Type | Description |
---|---|---|
columns r overrides LmnBaseRowDefDirective |
| Columns to render in the row. |
id r inherited from LmnBaseRowDefDirective | string | Unique identifier for the row definition. |
selectionDisabled r |
| Function that determines whether the row should be selectable. |
show r |
| Function that determines whether the row should be shown. |
skipSelection r inherited from LmnBaseRowDefDirective |
| Whether the row should have selection. |
template r inherited from LmnBaseRowDefDirective |
| Template for the row definition. |