Queries components
This is the collection of queries components within the ui-react
module. There are 4 queries components in total.
ResultSortedTableView
The ResultSortedTableView
component renders the contents of a single query's sorted ResultTable
in a Queries
object, and registers a listener so that any changes to that result will cause a re-render.
ResultTableView
The ResultTableView
component renders the contents of a single query's ResultTable
in a Queries
object, and registers a listener so that any changes to that result will cause a re-render.
ResultRowView
The ResultRowView
component renders the contents of a single Row
in a given query's ResultTable
, and registers a listener so that any changes to that result will cause a re-render.
ResultCellView
The ResultCellView
component renders the value of a single Cell
in a given Row
, in a given query's ResultTable
, and registers a listener so that any changes to that result will cause a re-render.