active-table
Version:
Framework agnostic table component for editable data experience
7 lines • 412 B
TypeScript
import { TableData } from '../../types/tableData';
export declare class ExtractElements {
static textCellsArrFromRow(rowElement: HTMLElement): Element[];
static textRowsArrFromTBody(tableBodyElement: HTMLElement, data: TableData, startIndex?: number): Element[];
static getRightColumnSiblingCell(cellElement: HTMLElement): ChildNode | null | undefined;
}
//# sourceMappingURL=extractElements.d.ts.map