TinyBase logoTinyBase

Store components

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. Read more.

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. Read more.

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. Read more.

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. Read more.

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. Read more.

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. Read more.

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. Read more.