active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 342 B
TypeScript
import { ActiveTable } from '../../../../activeTable';
export declare class RowsPerPageDropdownItem {
private static readonly ITEM_CLASS;
static readonly ALL_ITEM_TEXT = "all";
static populate(at: ActiveTable, dropdownElement: HTMLElement, optionsButton: HTMLElement): void;
}
//# sourceMappingURL=rowsPerPageDropdownItem.d.ts.map