-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[atable] allow resizable columns #196
base: development
Are you sure you want to change the base?
Conversation
Coverage Report for ./atable
File Coverage
|
I think the solution to this is to disallow resizing of the final column when it is configured as full-width. |
@agritheory I've changed the |
@Alchez I tested this and am still seeing the column creep to left |
@agritheory I unfortunately still can't replicate this one locally, so it's been a hard one to debug 😅 I can't remember: does changing the |
7d30f48
to
ce760b3
Compare
ce760b3
to
81487ad
Compare
Closes #194
Changes:
resizable
keyfull-width
setting work when columns are resizable? Status quo was to apply thewidth: auto;
style, but since we need to set a defaultwidth
, I'm not sure if that setting can be used anymore.Demo:
Screencast.From.2024-11-27.15-09-17.mp4