active-table
Version:
Framework agnostic table component for editable data experience
14 lines • 606 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class RowDropdown {
static hide(at: ActiveTable): void;
private static focusCell;
private static correctPositionWhenBottomOverflow;
private static getLeft;
private static displayAndSetPosition;
private static setOverflowPosition;
private static displayAndSetPositionForSticky;
private static displayAndSetPositionOverflow;
static display(this: ActiveTable, rowIndex: number, cellElement: HTMLElement): void;
static create(at: ActiveTable): HTMLDivElement;
}
//# sourceMappingURL=rowDropdown.d.ts.map