Skip to content

Commit

Permalink
[Bug]: 列表视图表单的字段“电脑端显示的列”在编辑时操作较为繁琐 #6332
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Jan 23, 2024
1 parent b30ec3e commit 41fee48
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,22 @@
}
],
"addable": false,
"draggable": false
"draggable": false,
"columns": [
{
"name": "field",
"inlineEditMode": false
},
{
"name": "width",
"width": 100
},
{
"name": "wrap",
"width": 50
}
],
"inlineEditMode": true
}
},
"sort": {
Expand Down

0 comments on commit 41fee48

Please sign in to comment.