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.
我正在使用 jquery 网格版本 4.4.1 。我使用了multiselect: true选项来启用所有行的复选框。我还使用 2 级分组,即按 2 个字段分组。但我没有得到那些分组标题的复选框。只有我的实际记录得到复选框。请帮助我知道是否有任何方法可以使用它。
<code> grouping: true, groupingView : { groupField : ['moduleName', 'subModuleName'], groupColumnShow : [false, false], groupText : ["<b>{0} </b>","<b>{0} </b>"], groupCollapse : true, groupOrder: ['asc', 'asc'], The groupText : field </code>