active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 370 B
TypeScript
import { ActiveTable } from '../../activeTable';
export declare class MoveColumn {
private static overwriteDataElements;
private static changeSettings;
private static overwrite;
private static firstChangeSettingsIfSettingsChanged;
static move(at: ActiveTable, columnIndex: number, isToRight: boolean): void;
}
//# sourceMappingURL=moveColumn.d.ts.map