ResultTableViewProps
ResultTableViewProps props are used for components that refer to a single query ResultTable, such as the ResultTableView component.
{
queryId: Id;
queries?: QueriesOrQueriesId;
separator?: Snippet<[]>;
debugIds?: boolean;
row?: Snippet<[rowId: Id]>;
}| Type | Description | |
|---|---|---|
queryId | Id | The |
queries? | QueriesOrQueriesId | The |
separator? | Snippet<[]> | A component or string to separate each rendered |
debugIds? | boolean | Whether the component should also render the |
row? | Snippet<[rowId: Id]> | A snippet for rendering each |
Since
v8.1.0