active-table
Version:
Framework agnostic table component for editable data experience
13 lines • 757 B
TypeScript
import { CellText } from '../../../types/tableData';
import { ActiveTable } from '../../../activeTable';
export declare class CheckboxCellElement {
private static isCheckbox;
static isCheckboxCell(cellElement: HTMLElement): boolean;
static getCheckboxElement(element: HTMLElement): HTMLInputElement | undefined;
static getValue(element: HTMLElement): string | undefined;
static setValue(element: HTMLElement, text: CellText): boolean;
private static setCellTextAsAnElement;
static setCellCheckboxStructure(at: ActiveTable, cellElement: HTMLElement, columnIndex: number, rowIndex: number): void;
static setColumnCheckboxStructure(at: ActiveTable, columnIndex: number): void;
}
//# sourceMappingURL=checkboxCellElement.d.ts.map