Enhancement: Add column width setting - #1929
Conversation
be10905 to
fca84dc
Compare
fca84dc to
bf5eb16
Compare
I don't think we need frontend tests for this. Unless you meant something else? |
758c157 to
0031e9f
Compare
|
@enjeck I've added Behat tests to make sure that we able to store value of the new property and fetch it back. PR rebased, conflicts solved, tests added. So, please, review |
8e9e19a to
54aa82c
Compare
AIlkiv
left a comment
There was a problem hiding this comment.
Thanks for the PR. I left a few comments.
|
In As a result, This ensures that modifying |
silverkszlo
left a comment
There was a problem hiding this comment.
Looks nice, thanks for that! I’ve only reviewed the frontend code and suggested a few small changes. I’ve tested the UI in Firefox and Chromium, and it generally looks good, with just a few minor issues noted in the comments.
|
@silverkszlo I've updated PR according to your suggestions. Min width changed to |
b957801 to
b4013fb
Compare
2cbac98 to
3cc7dd1
Compare
9d53218 to
d0894a2
Compare
d0894a2 to
e5edb5a
Compare
| :style="{ | ||
| width: col.customSettings?.width ? `${col.customSettings.width}px` : 'auto', |
There was a problem hiding this comment.
Also, should we consider how these fixed widths would be like on mobile devices? Might run into a responsiveness issue
There was a problem hiding this comment.
e5edb5a to
d70415a
Compare
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
d70415a to
2e4935b
Compare
enjeck
left a comment
There was a problem hiding this comment.
Great, thank you so much!



This PR adds possibility to configure column width on a table level. Closes #35
🔍 Preview
Configure width:
Column with fixed width:

TODO: