active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 461 B
TypeScript
import { EventFunctions } from '../../../../types/eventFunctions';
import { ActiveTable } from '../../../../activeTable';
export declare class RootCellEvents {
static removeEvents(addRowCellElement: HTMLElement, rootCellEvents: EventFunctions['rootCell']): void;
private static setEventFunctions;
private static applyStyles;
static applyEvents(at: ActiveTable, addNewRowElement: HTMLElement): void;
}
//# sourceMappingURL=rootCellEvents.d.ts.map