Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
渲染网格后,是否可以更改数据网格单元格中的单元格类型(即从 Select 到 Bool)?
谢谢。
我认为不支持此特定功能,但您可以尝试在网格结构中声明 bool 和 select,并根据您的任何内容选择显示或隐藏适当的列(grid.layout.setColumnVisibility)条件是交换它们。