Skip to main content
Module

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

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

Methods

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

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

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

Returns the default context for SortedTableHashColumns.