active-table
Version:
Framework agnostic table component for editable data experience
16 lines • 690 B
TypeScript
import { ActiveTable } from '../../../../activeTable';
export declare class AddNewColumnElement {
static readonly ADD_COLUMN_CELL_CLASS = "add-column-cell";
static readonly DEFAULT_WIDTH = 25;
private static readonly DEFAULT_WIDTH_PX;
private static setDisplay;
private static createCell;
private static createHeaderCell;
private static createDataCell;
private static isDisplayed;
static createAndAppendToRow(at: ActiveTable, row: HTMLElement, rowIndex: number): void;
private static toggleEachCell;
private static changeTableWidths;
static toggle(at: ActiveTable, isInsert: boolean): void;
}
//# sourceMappingURL=addNewColumnElement.d.ts.map