LmnColumnDefDirective
Decorators: |
|
Selectors: | [ |
Column definition for the lmn-table.
Properties
Name | Type | Description |
---|---|---|
allowResize r |
| Allows resizing of the column. |
allowSorting r |
| Allows sorting of the column. |
columnWidth r |
| Fixed width of the column. Can be a string, number, or null for default width. |
dataCellDef r |
| Template for the data cell of the column. |
defaultSorting r |
| Default sorting order of the column. Can be 'asc' for ascending, 'desc' for descending, or null for no sorting. |
fixed r |
| Fixed position of the column. Can be 'start', 'end', or undefined for no fixed position. |
footerCellDef r |
| Template for the footer cell of the column. |
headerCellDef r |
| Template for the header cell of the column. |
name r |
| Name of the column. |
resizing r |
| Indicates if the column is currently being resized. |