Skip to main content
Module

x/rimbu/table/custom/index.ts>SortedTableSortedColumnCreators

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface SortedTableSortedColumnCreators
implements [TableBase.Factory]<SortedTableSortedColumn.Types>
import { type SortedTableSortedColumnCreators } from "https://deno.land/x/rimbu@0.13.1/table/custom/index.ts";

Methods

createContext<UR, UC>(options?: { rowContext?: SortedMap.Context<UR>; columnContext?: SortedMap.Context<UC>; }): SortedTableSortedColumn.Context<UR, UC>

Returns a new HashTableHashColumn context instance based on the given options.

defaultContext<UR, UC>(): SortedTableSortedColumn.Context<UR, UC>

Returns the default context for SortedTableSortedColumns.