TinyBase logoTinyBase β

TableViewProps

The TableViewProps type describes the props of the TableView component.

{
  tableId: Id;
  store?: StoreOrStoreId;
  customCellIds?: Ids;
  separator?: Snippet<[]>;
  debugIds?: boolean;
  row?: Snippet<[rowId: Id]>;
}
TypeDescription
tableIdId

The tableId prop of a TableViewProps object.

store?StoreOrStoreId

The store prop of a TableViewProps object.

customCellIds?Ids

The customCellIds prop of a TableViewProps object.

separator?Snippet<[]>

The separator prop of a TableViewProps object.

debugIds?boolean

The debugIds prop of a TableViewProps object.

row?Snippet<[rowId: Id]>

The row snippet prop of a TableViewProps object.

Since

v8.1.0