ResultTableInHtmlTableProps
ResultTableInHtmlTableProps props are used for components that will render a ResultTable in an HTML table, such as the ResultTableInHtmlTable component.
{
queryId: Id;
queries?: QueriesOrQueriesId;
customCells?: Ids | {[cellId: Id]: string | CustomResultCell};
}| Type | Description | |
|---|---|---|
queryId | Id | The |
queries? | QueriesOrQueriesId | The |
customCells? | Ids | {[cellId: Id]: string | CustomResultCell} | An optional list of |
Since
v4.1.0