active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 348 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class FocusNextColumnCellFromTextDiv {
private static focusDifferentColumnCell;
private static focusOrBlurNextRowFirstCell;
static focusOrBlurNext(at: ActiveTable, columnIndex: number, rowIndex: number): void;
}
//# sourceMappingURL=focusNextColumnCellFromTextDiv.d.ts.map