How to trigger "cellValueChanged" callback on a custom "cellRenderer" dropdown in a Dash Ag Grid Cell?

For most basic Dash apps, you really don’t need any JavaScript, React, or even much CSS or HTML. You can do so much with pure Python. If you are getting to this level of detail in such a short time, you are making great progress and doing some quite advanced apps! :trophy:

AG Grid can do some really cool stuff with just a little bit of JavaScript though. I know I’ve learned a lot in the last year working on the grid. It’s been really fun.

I rely on the MDN Web Docs for most of the JavaScript, CSS and HTML things. React has a fanatic tutorial as well: Quick Start – React. :student:

Hello @AnnMarieW Thank you.

And yeah, I think the app that I am building has become quite feature rich over past few months. It’s a Portfolio Trading application with the notion of creating portfolios, trading, looking at performance reports, metric tables, et cetera, and so I have had use cases to explore Dash Ag Grid quite a bit.

And thanks for all your efforts in learning and contributing to Dash and helping devs like me who are just starting out with it. Also, thanks for the links!

:slight_smile:

1 Like