Calls the provided onSortChange handler with the provided column key and sort direction.
(columnKey: Key, direction?: 'ascending' | 'descending')
| 67 | sortDescriptor: SortDescriptor | null; |
| 68 | /** Calls the provided onSortChange handler with the provided column key and sort direction. */ |
| 69 | sort(columnKey: Key, direction?: 'ascending' | 'descending'): void; |
| 70 | /** |
| 71 | * Whether keyboard navigation is disabled, such as when the arrow keys should be handled by a |
| 72 | * component within a cell. |
no outgoing calls