TinyBase logoTinyBase

Store components

This is the collection of store components within the ui-react module. There are 7 store components in total.

TablesView

The TablesView component renders the tabular contents of 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.

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.

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.

ValuesView

The ValuesView component renders the keyed value contents of a Store, and registers a listener so that any changes to that result will cause a re-render.

ValueView

The ValueView component renders the value of a single Value, and registers a listener so that any changes to that result will cause a re-render.