Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/@tanstack/react-table.ts>TableFeature

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
interface TableFeature
Re-export
import { type TableFeature } from "https://deno.land/x/netzo@0.5.106/deps/@tanstack/react-table.ts";

Properties

optional
getDefaultOptions: (table: any) => any
optional
getInitialState: (initialState?: InitialTableState) => any
optional
createTable: (table: any) => any
optional
getDefaultColumnDef: () => any
optional
createColumn: (column: any, table: any) => any
optional
createHeader: (column: any, table: any) => any
optional
createCell: (
cell: any,
column: any,
row: any,
table: any,
) => any
optional
createRow: (row: any, table: any) => any