Column filtering from pandas dataframe in Dash Table Experiments

Does anyone know if it is possible at the moment to filter the columns of a dataframe to then be loaded into a dash datatable?

I am working on this myself but I have limited experience with python and dash so any help would be appreciated!

**

After doing some testing myself, I suppose a more general question would be if a dt.Datatable can be returned from a function after callbacks are made.

Hello Adam,
you will find your answer here

Thank you! I had to change some things up but have the column filtering working fine.