UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

15 lines 727 B
import { OuterContainers } from '../../../types/outerContainer'; import { ActiveTable } from '../../../activeTable'; export declare class PageButtonContainerElement { private static readonly PAGINATION_BUTTON_CONTAINER_ID; static shouldButtonsBeActive(at: ActiveTable): boolean; static setStyle(at: ActiveTable, pageNumber?: number): void; private static addNumberButtons; private static addButton; private static addButtons; private static resetState; static repopulateButtons(at: ActiveTable): void; static addInitialElements(at: ActiveTable, containers: OuterContainers): void; static create(at: ActiveTable): HTMLDivElement; } //# sourceMappingURL=pageButtonContainerElement.d.ts.map