-
|
I am right-aligning the headers of columns containing numerical data within the table. However, when I make that column editable, the layout breaks due to the edit icon. Is there a solution? |
Beta Was this translation helpful? Give feedback.
Answered by
jperals
Nov 14, 2025
Replies: 1 comment 2 replies
-
|
Hi, How are you right-aligning it, and why do you need to do this? Although the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Thank you for the extra details. Our guideline is to keep all column headers left-aligned (or better said, start-aligned, i.e, left-aligned when the page direction is set to left-to-right and right-aligned when it is right-to-left), even if the column content is showing end-aligned (i.e, right-aligned in left-to-right) content.
Here is an example: https://cloudscape.design/examples/react/table-select-filter.html