This is the collection of store components within the ui-react
module. There are 5 store components in total.
TablesView
The TablesView
component renders the contents of a Store
, and registers a listener so that any changes to that result will cause a re-render.
SortedTableView
The SortedTableView
component renders the contents of a single sorted Table
in a Store
, and registers a listener so that any changes to that result will cause a re-render.
TableView
The TableView
component renders the contents of a single Table
in a Store
, and registers a listener so that any changes to that result will cause a re-render.
RowView
The RowView
component renders the contents of a single Row
in a given Table
, and registers a listener so that any changes to that result will cause a re-render.
CellView
The CellView
component renders the value of a single Cell
in a given Row
, in a given Table
, and registers a listener so that any changes to that result will cause a re-render.