Drill down to a table from plotly pie chart

Iā€™m new to python plotly so Iā€™m not sure but is there a way I can drill down to a table on click of a section of pie chart. Basically the table should provide the dynamic values based on the input from pie chart, is it possible?

I have currently created Pie chart with plotly.express and have passed the chart to html page with django framework.