Custom Detail With Grid using Dash ag grid

Hi everyone,

I’m wondering is it possible to provide a Custom Detail Grid using dash AG grid that does a similar job to the default Detail Cell Renderer like this: Custom Detail With Grid

Thanks for your help!

Hello @leatqy,

No, it is not currently available to provide different detailCellRenderers. However, with dash, you could alter the detailGridOptions via a callback depending on which column you are referencing.