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.
在某些情况下,我可以通过 groupingGroupBy 回发到服务器。
但在某些情况下,我需要在不进行回发的情况下进行多级分组。可以这样做吗?
谢谢...
groupingGroupBy方法主要更改groupingView选项并通过触发reloadGrid. 如果需要将网格在本地分组,则可以使用datatype: "local"或loadonce: true。只有在服务器返回的数据会保存在本地的情况下,才能在本地按groupingGroupBy方法分组。
groupingGroupBy
groupingView
reloadGrid
datatype: "local"
loadonce: true