LmnTableComponent
Decorators: |
|
Generic types: | DATA |
Selectors: | table[ |
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
allowReorder r |
| Allow reordering of the rows. |
loadingChunkSize r |
| Loading chunk size for the table. |
nativeElement r | HTMLElement | Native element of the component. |
negative r |
| Negative variant of the table. |
rowSize r |
| Row size for the table. |
sorting r |
| The sorting state. |
sortingEnabled r |
| Whether the sorting is enabled. |
source r |
| Data source for the table. |
toggleSelectionOnRowClick r |
| Allow selection of the rows on click. |
trackBy r |
| TrackBy function used when rendering the row and cells. |
Methods
addColumnDef() | ||||||
---|---|---|---|---|---|---|
Add a column definition for the table. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
clearColumnDefs() |
---|
Remove all column definitions from the table |
Presentation
|
Returnsvoid |
clearFooterRowDef() |
---|
Remove the footer row definition from the table |
Presentation
|
Returnsvoid |
clearHeaderRowDef() |
---|
Remove the header row definition from the table |
Presentation
|
Returnsvoid |
clearNoDataRowDef() |
---|
Remove the no data row definition from the table |
Presentation
|
Returnsvoid |
clearRowDefs() |
---|
Remove all row definitions from the table |
Presentation
|
Returnsvoid |
removeColumnDef() | ||||||
---|---|---|---|---|---|---|
Remove a column definition from the table | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
rowSelection() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Select programmatically a row | |||||||||
Presentation
| |||||||||
Parameters
Returnsvoid |
setFooterRowDef() | ||||||
---|---|---|---|---|---|---|
Set a footer row definition for the table | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setHeaderRowDef() | ||||||
---|---|---|---|---|---|---|
Set a header row definition for the table | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setNoDataRowDef() | ||||||
---|---|---|---|---|---|---|
Set a no data row definition for the table | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
setRowDef() | ||||||
---|---|---|---|---|---|---|
Set a row definition for the table | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
sort() | |||||||||
---|---|---|---|---|---|---|---|---|---|
Sort a column | |||||||||
Presentation
| |||||||||
Parameters
Returnsvoid |