active-table
Version:
Framework agnostic table component for editable data experience
6 lines • 341 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class FocusNextRowCell {
static focus(at: ActiveTable, rowIndex: number, elements: HTMLElement[], event: KeyboardEvent): void;
static focusOrBlurSelect(elements: HTMLElement[], rowIndex: number): HTMLElement | undefined;
}
//# sourceMappingURL=focusNextRowCell.d.ts.map