For more information about AG Grid visit - www.ag-grid.com - available as a free community edition and commercially as an Enterprise product (full support and more features). - works with React, Angular, Vue, and JavaScript.
Thank you... this is a *really* useful video. However, I have a serious love-hate relationship with agGrid. Their website (deliberately?) doesn't let you make comments or ask questions on the pages describing each function, and their examples usually side-step important issues. One of the many issues I have is dynamically setting the rowHeight for detail grids. Your example pulls the same trick as the examples on the agGrid website... your detail grid's data is *already* preloaded. In a real-world situation, this would never happen. You would load the detail grid's data from a server when the user clicks on a row, and *then* want agGrid to set the parent's row height based on how many items were just loaded... but you can't do this. I did try your trick of using setDomLayout('autoHeight'), both in the onGridReady, and after dynamically loading the data from my server, but the rowHeight still ends up being (exactly) 300 pixels.
hi, Params not refreshed in cellRendererFramework. the component used for cellRendererFramework is calling only on the initial load. when data source changes, it is not updating the table until you hard refresh, How I can achieve this, nowhere I am finding the solution for this
Hi, if you have sample code that demonstrates the issue in a plunker or stackblitz and you think this is a defect then you can raise this on github github.com/ag-grid/ag-grid/issues or it might be worth searching/asking on stackoverflow stackoverflow.com/questions/tagged/ag-grid
For more information about AG Grid visit - www.ag-grid.com
- available as a free community edition and commercially as an Enterprise product (full support and more features).
- works with React, Angular, Vue, and JavaScript.
Very good video, time to budget in AG Grid
@ag-Grid Is there any configuration to add expand button to an another column or customise it with cell renderer?
Thank you... this is a *really* useful video.
However, I have a serious love-hate relationship with agGrid. Their website (deliberately?) doesn't let you make comments or ask questions on the pages describing each function, and their examples usually side-step important issues.
One of the many issues I have is dynamically setting the rowHeight for detail grids.
Your example pulls the same trick as the examples on the agGrid website... your detail grid's data is *already* preloaded. In a real-world situation, this would never happen. You would load the detail grid's data from a server when the user clicks on a row, and *then* want agGrid to set the parent's row height based on how many items were just loaded... but you can't do this.
I did try your trick of using setDomLayout('autoHeight'), both in the onGridReady, and after dynamically loading the data from my server, but the rowHeight still ends up being (exactly) 300 pixels.
Is there a way to add detail grid to more than one column. We need to show different detail grid based on column
Hi i am trying to programmatically set detail row to selected but it's not happening can u please assist me on this..
Is that possible I can export this grid data as shown on the grid. Either it is collapsed or expanded ?
hi, Params not refreshed in cellRendererFramework.
the component used for cellRendererFramework is calling only on the initial load. when data source changes, it is not updating the table until you hard refresh,
How I can achieve this, nowhere I am finding the solution for this
can we edit data in master detail grid? is this possible?
Yes, the detail grid is a fully functional grid, everything you can do in the master you can do in the detail.
@ag-Grid Why is it the full demo on the ag-Grid website has nice custom scrollbars but none of the other examples do?
is this work on community vertion(master detail)
No, this is an enterprise feature: www.ag-grid.com/javascript-data-grid/master-detail/
How can I make detail grid dynamically loaded only when expanded for each row
That's covered in the docs here: www.ag-grid.com/javascript-data-grid/master-detail-grids/#providing-rows
sizeColumnsToFit(); this function is not apllicable for master/details isnot it?
You can call sizeColumnsToFit on the detail grid api instance independently.
Yes itz working thank youuuuuuu
can u share the plunker link? or git repository for the same?
The code and examples with plunker are on the docs page here www.ag-grid.com/javascript-grid/master-detail/
Detail row height is not working for me
Hi, if you have sample code that demonstrates the issue in a plunker or stackblitz and you think this is a defect then you can raise this on github github.com/ag-grid/ag-grid/issues or it might be worth searching/asking on stackoverflow stackoverflow.com/questions/tagged/ag-grid
You guys really need much deeper documentation...
These guys only show easy things,they don't tell what we want , how to add columns for adding buttons in crud operations