表格内编辑问题

$cellEdit = true, 表格内还是不能编辑,是否还需其他操作才能编辑

image.png

评论区

超级管理员 2025-03-12 16:35

对应需要行编辑的字段要配置

useFun.setPropConfig('text_1', {

      cell: true,

})


rain 2025-03-12 16:44

可以了,感谢!

回复