This commit is contained in:
Andrew Kingston 2025-01-30 15:14:49 +00:00
parent c03efa435b
commit 60fd8fb1e1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export interface UITable extends Table {
export type UIFieldSchema = FieldSchema &
BasicViewFieldMetadata & {
related?: { field: string; subField: string }
columns?: Record<string, UIRelationSchFemaField>
columns?: Record<string, UIRelationSchemaField>
cellRenderType?: string
disabled?: boolean
format?: (row: UIRow) => any