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.
是否可以隐藏 Slickgrid/dataview 主键列?如果是,我们该怎么做?有什么例子吗?
我有一个使用 Dataview 的 Slickgrid。我不想在某些特定条件下向用户显示主键列。
谢谢
在列定义中,将width主键的属性设置为0。这样做会在视觉上隐藏该列。
width
0