Skip to main content
Module

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

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
interface TableCreators
import { type TableCreators } from "https://deno.land/x/rimbu@0.13.0/table/custom/index.ts";

Methods

createContext<UR, UC>(options: { rowContext: RMap.Context<UR>; columnContext: RMap.Context<UC>; }): Table.Context<UR, UC>

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