Type Alias TableColumnRenderer<TRow>

TableColumnRenderer: (
    args: {
        column: TableUiSchemaColumn | undefined;
        ctx: TableTesterContext;
        schema: JSONSchema7;
        scope: TableScope;
    },
) => Partial<TableColumnDefFragment<TRow>>

Type Parameters

  • TRow = unknown

Type declaration