Using Column Values in Streamlit Expender

Hi Streamlit Community,

I am looking for help on using streamlit expender with column values from a table rather than a hard coded label.

For example:

A table has four columns and lets say it has 10 rows of values.

I am trying to have the ID of each row as the label for expender and there will be 10 expender cause there are 10 row of values. So based on the filters I choose, the respective number of expenders will populate on the page.

Is this possible to accomplish? Appreciate the support from the community. Thanks.