survey-angular-ui
Version:
A free MIT-licensed Angular UI component that renders dynamic, interactive JSON-based forms and surveys. You can use it to collect responses from users and send them to your own database.
13 lines (12 loc) • 778 B
TypeScript
import { BaseAngular } from "../base-angular";
import { QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedTable } from "survey-core";
import * as i0 from "@angular/core";
export declare class MatrixTableComponent extends BaseAngular<QuestionMatrixDropdownRenderedTable> {
question: QuestionMatrixDropdownModelBase;
table: QuestionMatrixDropdownRenderedTable;
protected getModel(): QuestionMatrixDropdownRenderedTable;
trackCellBy(_: number, cell: any): string;
trackRowBy(index: number, row: any): string;
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixTableComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MatrixTableComponent, "sv-ng-matrix-table", never, { "question": "question"; "table": "table"; }, {}, never, never>;
}