Add width schema property to OpenAPI specs

This commit is contained in:
Andrew Kingston 2025-03-11 11:12:36 +00:00
parent ba1d173ecf
commit 398a5e675e
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ const baseColumnDef = {
type: "boolean",
description: "Defines whether the column is automatically generated.",
},
width: {
type: "number",
description: "Defines the width of the column in the data UI.",
},
}
const tableSchema = {