UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

10 lines 638 B
import { CELL_UPDATE_TYPE } from '../../../enums/onUpdateCellType'; import { ElementDetails } from '../../../types/elementDetails'; import { ActiveTable } from '../../../activeTable'; export declare class UpdateCellsForRows { static updateRowCells(at: ActiveTable, rowElement: HTMLElement, rowIndex: number, updateType: CELL_UPDATE_TYPE, update?: boolean): void; private static updateLastRow; private static updateLowerBeforeLastRows; static rebindAndFireUpdates(at: ActiveTable, startRowIndex: number, lastRowUpdateType: CELL_UPDATE_TYPE, lastRow: ElementDetails): void; } //# sourceMappingURL=updateCellsForRows.d.ts.map