Hi @Nilesh_Dalvi ,
This should work with st.table
but not with st.dataframe
. st.dataframe
supports pandas styler but only background color, font color & display value. The reason is because st.dataframe uses HTML canvas and thus won’t likely be able to support this (won’t have access to the html dom with HTML canvas).