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/