UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

12 lines 597 B
import { ActiveTable } from '../../../activeTable'; export declare class StaticTableWidthUtils { private static togglePreserveNarrowColumns; static toggleWidthUsingMaxWidth(at: ActiveTable, isSetValue: boolean): void; static setTableWidth(at: ActiveTable): void; private static changeTableWidthForNonDynamicColumns; private static resetDynamicWidthColumns; private static setNewColumnWidth; private static resetColumnSizes; static changeWidthsBasedOnColumnInsertRemove(at: ActiveTable, isInsert: boolean): void; } //# sourceMappingURL=staticTableWidthUtils.d.ts.map