UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

11 lines 533 B
import { CellText } from '../../../types/tableData'; import { ActiveTable } from '../../../activeTable'; export declare class InsertNewCell { private static insertElementsToRow; private static updateColumnDetailsAndSizers; private static insert; private static convertCell; private static insertInitialColumnDetails; static insertToRow(at: ActiveTable, rowElement: HTMLElement, rowIndex: number, columnIndex: number, cellText: CellText, isNewText: boolean): void; } //# sourceMappingURL=insertNewCell.d.ts.map