Streamlit-Aggrid

ob = GridOptionsBuilder.from_dataframe(df)
ob.configure_column("Details", hide=True)

See this post too.