PablocFonseca / streamlit-aggrid

Implementation of Ag-Grid component for Streamlit
https://pypi.org/project/streamlit-aggrid/
MIT License
992 stars 190 forks source link

Unable to Enable RTL Mode in Streamlit-AgGrid Component #245

Open Al-Wajeez opened 6 months ago

Al-Wajeez commented 6 months ago

I encountered an issue when attempting to enable RTL mode in the Streamlit-AgGrid component. The AgGrid component remains in LTR (Left-to-Right) mode even after specifying enableRTL: true in the grid options. Thank you for your attention to this matter. Enabling RTL mode would greatly benefit users who require right-to-left direction support for their applications.

PablocFonseca commented 3 months ago

Could you please provide an example script for me to investigate?