add RTL support for DataTable
@gergelyke can I work on this?
sure think, thank you @rohitb4 - just assigned it to you
What do we expect to change in RTL? In google docs for example, does the column order reverse? Let's please determine the requirements before getting to far with development
I think reversed columns is very useful feature. Google docs also supports it (https://invidio.us/watch?v=aDXxnDQwQ3I).
Other elements like filters and bulk actions should also support RTL.
We can do it similar to baseweb table component, which reverses the column as well in RTL. https://baseweb.design/components/table/
@chasestarr can I implement it similar to baseweb table component?
Can you please list the tasks required to accomplish the feature? My guess is that this will be a significant effort and I'd like to make sure a merged PR sufficiently meets those requirements
These are the tasks I've identified, please let me know if I missed something.
Thanks, a couple more that I thought of, but the list looks good
Filter UI is already right with RTL, because there is no absolute positioning.
If there are no other concerns, I will start implementing these.
Most helpful comment
Filter UI is already right with RTL, because there is no absolute positioning.
If there are no other concerns, I will start implementing these.