active-table
Version:
Framework agnostic table component for editable data experience
15 lines • 808 B
TypeScript
import { ActiveOverlayElements } from '../../types/activeOverlayElements';
import { TableDimensions } from '../../types/tableDimensions';
import { ActiveTable } from '../../activeTable';
export declare class TableElement {
static changeStaticWidthTotal(tableDimensions: TableDimensions, delta: number): void;
static setStaticWidthContentTotal(at: ActiveTable): void;
static addOverlayElements(at: ActiveTable, tableElement: HTMLElement, activeOverlayElements: ActiveOverlayElements): void;
private static addCells;
private static postProcessColumns;
static populateBody(at: ActiveTable): void;
private static createTableBody;
private static createTableElement;
static createInfrastructureElements(at: ActiveTable): HTMLElement;
}
//# sourceMappingURL=tableElement.d.ts.map