A single table cell definition.
Name
Description
Type
Allows aligning the cell and header.
start
(default)end
center
The cell renderer. By default it will take the it's key in in the record, and extract that key from the row data.
Pass a custom class function, string or record to apply to the cell.
The anticipated length of the loaded text to be provided to es-loading-text.
If this cell should be grouped with others.
If the table can be sorted by this column
The title to be placed in the header.
Appends a random number of characters (up to the specified amount) to the expectedLength.
Allows specifiying a predefined variant for the cell.
default
: The default styling.no-pad
: Removes padding.borderless
: Removes border, if set.full-width
: Breaks the cell onto its own row, taking the full width. **Only use on last cell of row, or in es-table-detail. Not supported in es-table-virtualized **exclude
: Disables the cell.
TableCellVariant
Describes which style of table cell should be used.