active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 318 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class CheckboxCellEvents {
private static mouseDownCell;
private static focusCell;
static setEvents(at: ActiveTable, cellElement: HTMLElement, rowIndex: number, columnIndex: number): void;
}
//# sourceMappingURL=checkboxCellEvents.d.ts.map