问题
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