Skip to main content
Module

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

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

Methods

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

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

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

Returns the default context for HashTableSortedColumns.