Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Legacy API Reference
Enterprise
Table API Reference

constructTableHelper

Function: constructTableHelper()

ts
function constructTableHelper<TFeatures>(tableCreator, tableHelperOptions): TableHelper_Core<TFeatures>;

Defined in: helpers/tableHelper.ts:44

Internal function to create a table helper that each adapter package will use to create their own table helper

Type Parameters

TFeatures

TFeatures extends TableFeatures

Parameters

tableCreator

<TData>(tableOptions, selector?) => Table<TFeatures, TData>

tableHelperOptions

TableHelperOptions<TFeatures>

Returns

TableHelper_Core<TFeatures>