Docs
CodeRabbit
Cloudflare
Railway
SerpAPI
WorkOS
OpenRouter
AG Grid
Clerk
Netlify
Unkey
Sentry
Electric
Prisma
CodeRabbit
Cloudflare
Railway
SerpAPI
WorkOS
OpenRouter
AG Grid
Clerk
Netlify
Unkey
Sentry
Electric
Prisma
Table API Reference
Column API Reference
Row API Reference
Cell API Reference
Header API Reference
Features API Reference
Static Functions API Reference
Legacy API Reference
Table API Reference

DebugOptions

Type Alias: DebugOptions<TFeatures>

ts
type DebugOptions<TFeatures> = object & DebugKeysFor<CoreFeatures & TFeatures>;
type DebugOptions<TFeatures> = object & DebugKeysFor<CoreFeatures & TFeatures>;

Defined in: types/TableOptions.ts:45

Type Declaration

debugAll?

ts
optional debugAll: boolean;
optional debugAll: boolean;

debugCache?

ts
optional debugCache: boolean;
optional debugCache: boolean;

debugCells?

ts
optional debugCells: boolean;
optional debugCells: boolean;

debugColumns?

ts
optional debugColumns: boolean;
optional debugColumns: boolean;

debugHeaders?

ts
optional debugHeaders: boolean;
optional debugHeaders: boolean;

debugRows?

ts
optional debugRows: boolean;
optional debugRows: boolean;

debugTable?

ts
optional debugTable: boolean;
optional debugTable: boolean;

Type Parameters

TFeatures

TFeatures extends TableFeatures