Is there a way to group rows in ag-grid without the enterprise version?

丶灬走出姿态 提交于 2020-07-22 01:38:26

问题


I'm using ag-grid in my application and want to have a row have child rows that expand when clicked (similar to master/detail, row grouping, or tree data). However, all of these are enterprise features. Is there a way to achieve similar functionality without an enterprise license?

  • Row Grouping: https://www.ag-grid.com/javascript-grid-grouping/,
  • Master/Detail: https://www.ag-grid.com/javascript-grid-master-detail/,
  • Tree Data: https://www.ag-grid.com/javascript-grid-tree-data/

回答1:


Unfortunately, no.

But depending on what you are trying to accomplish, you might be able to fake grouping visually using full width rows:

https://www.ag-grid.com/javascript-grid-full-width-rows/#detailed-full-width-example



来源:https://stackoverflow.com/questions/55617989/is-there-a-way-to-group-rows-in-ag-grid-without-the-enterprise-version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!