active-table
Version:
Framework agnostic table component for editable data experience
10 lines • 739 B
TypeScript
import { ColumnTypeInternal } from '../../../../types/columnTypeInternal';
import { ActiveTable } from '../../../../activeTable';
export declare class SelectCell {
static convertCell(at: ActiveTable, columnIndex: number, cellElement: HTMLElement): void;
static convertColumn(at: ActiveTable, columnIndex: number, newType: ColumnTypeInternal): void;
static setEvents(at: ActiveTable, cellElement: HTMLElement, rowIndex: number, columnIndex: number): void;
static finaliseEditedText(at: ActiveTable, textElement: HTMLElement, columnIndex: number, processMatching?: boolean): void;
static setPointerCursorIfCantAdd(cellElement: HTMLElement, activeType: ColumnTypeInternal): void;
}
//# sourceMappingURL=selectCell.d.ts.map