Queries components
This is the collection of queries components within the ui-react-dom
module. There are only two queries components, ResultSortedTableInHtmlTable
and ResultTableInHtmlTable
.
ResultSortedTableInHtmlTable
The SortedTableInHtmlTable
component renders the contents of a single query's sorted ResultTable
in a Queries
object as an HTML <table> element, and registers a listener so that any changes to that result will cause a re-render.
ResultTableInHtmlTable
The ResultTableInHtmlTable
component renders the contents of a single query's ResultTable
in a Queries
object as an HTML <table> element, and registers a listener so that any changes to that result will cause a re-render.