[Enhancement] - Add sort arrow positioning attribute to DataTable2 to specify whether sort arrow is to the right or left of a column header #6465
Unanswered
nelson-python
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Please add (when possible) a sort arrow positioning attribute:
Example: sort_arrow_alignment="start"
...or:
sort_arrow_alignment="end"
...to DataTable2, so that users can force the position of the sort arrow to the left (start) or right (end) of all column headers.
We currently see that the sort arrow can be on either the right:
...or left-hand side:
...but have no way of forcing one side or the other for all columns (for a more consistent look).
Thank you,
Nelson
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions