Skip to main content

package @rimbu/table/custom

The @rimbu/table/custom entry exposes the lower‑level interfaces, creators and implementations that power Table variants, enabling advanced users to build custom table configurations on top of specific map contexts for rows and columns. For typical 2‑dimensional table usage the main @rimbu/table and its hash-row / sorted-row sub‑packages are recommended; this entry targets specialized setups.

Interfaces

NameDescription
ContextImplTypesundocumented
HashTableHashColumnCreatorsThe public creators for the HashTableHashColumn collection type.
This interface extends TableBase.Factory with helpers to create and access HashTableHashColumn.Context instances.
HashTableSortedColumnCreatorsThe public creators for the HashTableSortedColumn collection type.
This interface extends TableBase.Factory with helpers to create and access HashTableSortedColumn.Context instances.
SortedTableHashColumnCreatorsThe public creators for the SortedTableHashColumn collection type.
This interface extends TableBase.Factory with helpers to create and access SortedTableHashColumn.Context instances.
SortedTableSortedColumnCreatorsThe public creators for the SortedTableSortedColumn collection type.
This interface extends TableBase.Factory with helpers to create and access SortedTableSortedColumn.Context instances.
TableBase<R,C,V,Tp>undocumented
TableCreatorsA collection of helper functions used to create Table.Context instances.
See the Table documentation and the Table API documentation.
VariantTableBase<R,C,V,Tp>undocumented

Namespaces

NameDescription
TableBaseundocumented
VariantTableBaseundocumented

Classes

NameDescription
TableBuilderundocumented
TableContextundocumented
TableEmptyundocumented
TableNonEmptyundocumented