TanStack

AppColumnDefTemplate

Type Alias: AppColumnDefTemplate<TProps>

ts
type AppColumnDefTemplate<TProps> = string | (props) => any;

Defined in: createTableHook.tsx:78

Template type for column definitions that can be a string or a function.

Type Parameters

TProps

TProps extends object