active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 336 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class MoveRow {
private static overwrite;
private static moveDataRows;
private static resetFocusedCell;
private static moveHeaderToDataRow;
static move(at: ActiveTable, rowIndex: number, isToDown: boolean): void;
}
//# sourceMappingURL=moveRow.d.ts.map