active-table
Version:
Framework agnostic table component for editable data experience
11 lines • 487 B
TypeScript
import { ActiveTable } from '../../../activeTable';
export declare class PaginationUpdatePageButtons {
private static removeLastNumberButton;
static updateOnRowRemove(at: ActiveTable): void;
private static addNewNumberButtonAtEndIfNeeded;
static updateOnRowInsert(at: ActiveTable): void;
private static shiftLeftwards;
private static shiftRightwards;
static updateOnNewActive(at: ActiveTable): void;
}
//# sourceMappingURL=paginationUpdatePageButtons.d.ts.map