Dynamic table in dash python

hello all,
I will like make a dynamic table in dash upper my graphs. I tried to use html.table, I could make a table but dynamic.
So I’d like to know how to do on dash to get a dynamic table like this:
TABLE_DASH.

Thanks,

you need to create your own dash component, it can transform react.js table component to dash component. :slightly_smiling_face:

Thank you,
I tried to use react.js , but I can’t make a dynamic table because there is little documentation on dash.
Thanks,

Link below has all the information you need, including example code to leverage: