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