Add sensible min and max column widths
This commit is contained in:
parent
182b6463e0
commit
9a0d6801a1
|
@ -2751,7 +2751,9 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "Initial width",
|
"label": "Initial width",
|
||||||
"key": "width",
|
"key": "width",
|
||||||
"placeholder": "Auto"
|
"placeholder": "Auto",
|
||||||
|
"min": 80,
|
||||||
|
"max": 9999
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue