Optional sortable: BooleanFunctionOptional sortComparator: (<T>(a, b) => number)Optional sortState: SortStateOptional sortStatesOrder: SortState[]Optional sortIconVisible: BooleanFunctionOptional editable: BooleanFunctionOptional getEditRenderer: GetEditRendererOptional editInputPipe: editInputPipeRepresents 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.
Determines 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 sortOptional 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.
Static bodyStatic createOptional bodyOptional bodyOptional editOptional editable?: BooleanFunctionOptional footerOptional footerOptional getOptional headerOptional headerOptional headerOptional isOptional maxOptional minOptional property?: stringOptional sortOptional sortOptional sortOptional sortOptional sortable?: BooleanFunctionOptional width?: SizeIfGenerated using TypeDoc
Represents a column definition for one column of the table.