active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 489 B
TypeScript
import { ActiveTable } from '../../activeTable';
type SetStructure = (at: ActiveTable, cellElement: HTMLElement, columnIndex: number, rowIndex: number) => void;
type SetEvents = (at: ActiveTable, cellElement: HTMLElement, rowIndex: number, columnIndex: number) => void;
export declare class CellStructureUtils {
static setColumn(at: ActiveTable, columnIndex: number, setStructure: SetStructure, setEvents: SetEvents): void;
}
export {};
//# sourceMappingURL=cellStructureUtils.d.ts.map