active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 396 B
TypeScript
import { TableRow } from '../../../types/tableData';
import { ActiveTable } from '../../../activeTable';
export declare class InsertNewColumn {
private static updateColumns;
private static insertToAllRows;
static insert(at: ActiveTable, columnIndex: number, columnData?: TableRow): void;
static insertEvent(this: ActiveTable): void;
}
//# sourceMappingURL=insertNewColumn.d.ts.map