* Triggers sorting for this column in the given direction.
(direction: SortDirection)
| 1143 | * Triggers sorting for this column in the given direction. |
| 1144 | */ |
| 1145 | sort(direction: SortDirection): void; |
| 1146 | /** |
| 1147 | * Starts column resizing if the table is contained in a `<ResizableTableContainer>` element. |
| 1148 | */ |
no outgoing calls
no test coverage detected