TableConfigRegistry: {
    default?: Partial<ListConfigType>;
    [typeName: string]: Partial<ListConfigType>;
}

Optional UI config for SemanticTable. Omit the whole registry for schema-driven columns and default (all visible) visibility. default applies to any typeName not listed explicitly.

Type declaration