active-table
Version:
Framework agnostic table component for editable data experience
10 lines • 461 B
TypeScript
import { ActiveTable } from '../../../activeTable';
type MoveFunc = (at: ActiveTable, columnIndex: number, isToRight: boolean) => void;
export declare class Drag {
protected static readonly CELL_HIDDEN_CLASS = "cell-hidden";
protected static readonly DRAG_PX_TO_MOVE = 10;
protected static ORIGINAL_INDEX: number;
protected static move(at: ActiveTable, moveByNumber: number, move: MoveFunc): void;
}
export {};
//# sourceMappingURL=drag.d.ts.map