UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

14 lines 682 B
import { ActiveTable } from '../../../activeTable'; export declare class ColumnDropdown { private static resetDropdownPosition; static processTextAndHide(at: ActiveTable): void; static create(at: ActiveTable): HTMLDivElement; private static getDefaultDropdownTopPosition; static getTopPosition(at: ActiveTable, cellElement: HTMLElement): string; private static getLeftPropertyToCenterDropdown; private static displayAndSetDropdownPosition; private static displayAndSetPositionForSticky; private static displayAndSetPositionForOverflow; static display(at: ActiveTable, columnIndex: number): void; } //# sourceMappingURL=columnDropdown.d.ts.map