active-table
Version:
Framework agnostic table component for editable data experience
10 lines • 626 B
TypeScript
import { FocusedCell } from '../../types/focusedCell';
export declare class FocusedCellUtils {
static createEmpty(): FocusedCell;
static setHeaderCell(focusedCell: FocusedCell, cell: HTMLElement, columnIndex: number): void;
static setIndexCell(focusedCell: FocusedCell, cell: HTMLElement, rowIndex: number): void;
static set(focusedCell: FocusedCell, cellElement: HTMLElement, rowIndex: number, columnIndex: number): void;
static incrementColumnIndex(focusedCell: FocusedCell, newColumnIndex: number): void;
static purge(focusedCell: FocusedCell): void;
}
//# sourceMappingURL=focusedCellUtils.d.ts.map