Skip to content
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

ResizingColumnsPlugin: Even with a column config with a min width set, you can still resize smaller than that min-width #739

Closed
vegegoku opened this issue Dec 22, 2022 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vegegoku
Copy link
Member

Make sure the Resize plugin respect column configurations for min and max width.

The challenge here is that the min and max width can be set as a string, so it can be set with different units, so we need to figure out how to measure that.

@vegegoku vegegoku added the bug Something isn't working label Dec 22, 2022
@vegegoku vegegoku added this to the 1.0.0-RC15 milestone Dec 22, 2022
@vegegoku vegegoku self-assigned this Dec 22, 2022
@vegegoku
Copy link
Member Author

vegegoku commented Dec 22, 2022

Make sure the Resize plugin respect column configurations for min and max width.

The challenge here is that the min and max width can be set as a string, so it can be set with different units, so we need to figure out how to measure that.

Actually all I needed was to stop the plugin from changing the minx and max widths

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant