I know there is method such as “col_name”: st.column_config() but I want to automatically wrap all column names, not by selecting them one-by-one which is deadly time wasting and uncomfortable.
This need came when I printed a dataframe with long column names which makes the dataframe not to fit entirely inside the container which makes it user unfriendly.