active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 527 B
TypeScript
import { CELL_UPDATE_TYPE } from '../../../enums/onUpdateCellType';
import { ElementDetails } from '../../../types/elementDetails';
import { ActiveTable } from '../../../activeTable';
export declare class UpdateCellsForColumns {
private static updateColumn;
private static updateNextBeforeLastColumns;
static rebindAndFireUpdates(at: ActiveTable, row: ElementDetails, startingColumnIndex: number, updateType: CELL_UPDATE_TYPE, lastColumn: ElementDetails): void;
}
//# sourceMappingURL=updateCellsForColumns.d.ts.map