rusackas commented on code in PR #37299:
URL: https://github.com/apache/superset/pull/37299#discussion_r3693981593
##########
superset-frontend/packages/superset-ui-core/src/components/TableCollection/utils.tsx:
##########
@@ -47,6 +47,7 @@ const COLUMN_SIZE_MAP: Record<TableSize, number> = {
lg: 100,
xl: 150,
xxl: 200,
+ xxxl: 360,
Review Comment:
Codeant's right that `tableLayout="auto"` makes the width more of a hint
than a hard constraint, so other columns can still nudge things around. But
`TableCollection` backs `ListView`, which is what nearly every CRUD list in
Superset uses, and most of those don't set `size` on every column. Flipping the
shared default to `fixed` feels like a bigger call than this thread, so I'd
want to check it against those other lists before baking it into this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]