active-table
Version:
Framework agnostic table component for editable data experience
8 lines • 404 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class ColumnTypeDropdown {
private static readonly COLUMN_TYPE_ITEM_CLASS;
private static setupParentItemData;
static setUp(at: ActiveTable, dropdownEl: HTMLElement, columnIndex: number): string | void;
static create(at: ActiveTable, dropdownElement: HTMLElement): void;
}
//# sourceMappingURL=columnTypeDropdown.d.ts.map