Add width schema property to OpenAPI specs
This commit is contained in:
parent
ba1d173ecf
commit
398a5e675e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue