UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

13 lines 609 B
import { ActiveTable } from '../../activeTable'; export declare class IndexColumn { static readonly INDEX_CELL_CLASS = "index-cell"; static readonly INDEX_CELL_OVERFLOW_CLASS = "index-cell-overflow"; static readonly DEFAULT_WIDTH = 30; private static readonly DEFAULT_WIDTH_PX; static updateIndexes(at: ActiveTable, startIndex: number): void; private static createCell; private static createHeaderCell; private static createDataCell; static createAndPrependToRow(at: ActiveTable, rowElement: HTMLElement, rowIndex: number): void; } //# sourceMappingURL=indexColumn.d.ts.map