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.
hideable应用时,组件内的列设置似乎rallygrid无效。我过去曾将此设置与 一起使用,gridpanel并且它工作得很好,但它似乎已被rallygrid组件禁用。如果用户能够隐藏不必要的网格列,我会喜欢它。这可以rallygrid通过其他方式使用吗?
hideable
rallygrid
gridpanel
我认为您正在寻找的是配置:
disableColumnMenus: false
这应该允许用户选择哪些列是可隐藏的,以及其他一些列选择。