UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

14 lines 763 B
import { RowsPerPageOptionsStyle } from '../../../../types/pagination'; import { StatefulCSS } from '../../../../types/cssStyle'; import { ActiveTable } from '../../../../activeTable'; export declare class RowsPerPageSelectButtonElement { private static readonly BUTTON_ID; private static readonly TEXT_ID; static applyStylesOnElements(button: HTMLElement, cssState: keyof StatefulCSS, rowsPerPageSelect?: RowsPerPageOptionsStyle): void; private static createButtonArrow; static updateButtonText(optionsButton: HTMLElement, rowsPerPage: string): void; private static createButtonText; private static createOptionsButton; static create(at: ActiveTable): HTMLDivElement; } //# sourceMappingURL=rowsPerPageSelectButtonElement.d.ts.map