Preparing search index...
The search index is not available
Graviola CRUD
Graviola CRUD
table-types/src
TableColumnRenderer
Type Alias TableColumnRenderer<TRow>
TableColumnRenderer
:
(
args
:
{
column
:
TableUiSchemaColumn
|
undefined
;
ctx
:
TableTesterContext
;
schema
:
JSONSchema7
;
scope
:
TableScope
;
}
,
)
=>
Partial
<
TableColumnDefFragment
<
TRow
>
>
Type Parameters
TRow
=
unknown
Type declaration
(
args
:
{
column
:
TableUiSchemaColumn
|
undefined
;
ctx
:
TableTesterContext
;
schema
:
JSONSchema7
;
scope
:
TableScope
;
}
,
)
:
Partial
<
TableColumnDefFragment
<
TRow
>
>
Parameters
args
:
{
column
:
TableUiSchemaColumn
|
undefined
;
ctx
:
TableTesterContext
;
schema
:
JSONSchema7
;
scope
:
TableScope
;
}
Returns
Partial
<
TableColumnDefFragment
<
TRow
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Graviola CRUD
Loading...