active-table
Version:
Framework agnostic table component for editable data experience
9 lines • 358 B
TypeScript
import { ActiveTable } from '../../../../activeTable';
export declare class RowElement {
private static readonly LAST_VISIBLE_ROW_ID;
static create(): HTMLTableRowElement;
private static moveClassToLastVisibleRow;
private static toggleNonAddRow;
static toggleLastRowClass(at: ActiveTable): void;
}
//# sourceMappingURL=rowElement.d.ts.map