active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 402 B
TypeScript
import { ActiveTable } from '../../../../../activeTable';
export declare class SelectCellTextElement {
private static readonly TEXT_CLASS;
static setCellTextAsAnElement(at: ActiveTable, cellElement: HTMLElement, columnIndex: number): void;
static finaliseEditedText(at: ActiveTable, textElement: HTMLElement, columnIndex: number): void;
}
//# sourceMappingURL=selectCellTextElement.d.ts.map