the blue theme is not supported by the st-aggrid
Steps to reproduce
but the url :https://staggrid-examples.streamlit.app/
it support the blue theme,why?
the blue theme is not supported by the st-aggrid
but the url :https://staggrid-examples.streamlit.app/
it support the blue theme,why?
Hi @hillstone,
Thank you for sharing your question with the community!
Your post is missing a code snippet and a link to your app’s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.
i’m sory .why is the code needed?
this is the simple code.
‘’’
AgGrid(df,theme=‘blue’)
‘’’