Represents an object that maps an area to a collection of objects.
Optional
editRepresents an edit input pipe.
Optional
editableDetermines if a column is editable or not.
The variable to check.
Optional
getRetrieves the edit renderer for the column.
getEditRenderer
The element for which to retrieve the edit renderer.
Represents the label for a header.
Optional
isDetermines if the column is visible or not.
Represents the maximum width of a column.
Represents the minimum width of a column.
Represents a property name of the table row element.
Optional
sortRepresents a function that compares two values for sorting purposes. The function takes two arguments of type T, compares them, and returns a number. If the result is negative, it means 'a' comes before 'b' in the sorted order. If the result is positive, it means 'b' comes before 'a' in the sorted order. If the result is zero, it means the two values are considered equal for sorting purposes.
The first value to be compared.
The second value to be compared.
A number indicating the relative order of 'a' and 'b'.
T The type of values being compared.
Optional
sortDetermines if the sort icon is visible.
Indicates whether the sort icon is visible.
Optional
sortRepresents the state of sorting for a list.
Optional
sortRepresents the order of multiple sort states.
Optional
sortableDetermines whether or not a column can be sorted.
Specifies if an item is sortable.
Represents the size of a column along the width dimension.
Generated using TypeDoc
Represents a column definition of one table column.