function cell_getTabIndex<TFeatures, TData, TValue>(cell): number;Defined in: features/cell-selection/cellSelectionFeature.utils.ts:444
Returns 0 for the focused cell and -1 otherwise, for roving tabindex.
TFeatures extends TableFeatures
TData extends RowData
TValue extends unknown = unknown
Cell<TFeatures, TData, TValue>
number
const tabIndex = cell_getTabIndex(cell)