Match Syntax Between Columns and Cells with Left/Right Alignment #584
Unanswered
bradenkeith
asked this question in
Feature Requests
Replies: 1 comment
-
So basically what you're saying is:
It does look off, but perhaps there's a good explanation for it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For tables in pro, it would be great to match the syntax between left and right alignment. Typically, users will foreach over columns to build out their rows.
Currently, it looks something like:
Of issue is the
flux:column
.align
allowing the valueright
, defaulting toleft
if nothing.Then
flux:cell
.align
wants the valueend
orstart
.I would like two changes to flux:cell:
The new syntax would be:
The updated
add()
would allow for simple text content to be pulled right and more advanced flex content to use the group styling property for advanced layouts. For example, right alignment would not be possible on this cell content if the group alignment wasn't set.Beta Was this translation helpful? Give feedback.
All reactions