-
Regarding this wide-table, would it be ok to integrate this option in SQLPage? I guess there are a few approaches to implement it. Perhaps, adding .fit_wide_table {
width: fit-content;
} or .wide_table {
width: fit-content;
} to the integrated SQLPage CSS (that woul be sqlpage/sqlpage.css, right?). Another option would be adding "fit_wide_table" (or "wide_table") boolean to the table component and adjusting the template file. What do you think? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, I think that would be nice. Can you open a pull request ? I'm not sure about the name, though. The table is not really wider with the option, it's just that it overflows its context instead of requiring you to scroll. Maybe |
Beta Was this translation helpful? Give feedback.
Yes, I think that would be nice. Can you open a pull request ?
I'm not sure about the name, though. The table is not really wider with the option, it's just that it overflows its context instead of requiring you to scroll. Maybe
overflow
?