glideapps / glideapps/glide-data-grid
RTL Support for column order
Open
package:core
type:enhancement
- Dominant language
- TypeScript
- Stars
- 5.3k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
Hi
Is there RTL (Right-to-Left) support for column order?
In Hebrew for example you should write RTL so the first column should be on the right of the table, and the table if it's long, should scroll to the left (opposite of what it's doing now).
This is how it looks like now:
As you can see the "#" (id) column starts on the left, but it should start on the right.
And it should be something like this:
The page already has `direction: rtl` but it doesn't seem to inherit it.
Contributor guide
Assessment
This issue has not been assessed yet.