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

Are there props for min/max width? #25

Open
pstephenwille opened this issue Feb 15, 2019 · 3 comments
Open

Are there props for min/max width? #25

pstephenwille opened this issue Feb 15, 2019 · 3 comments

Comments

@pstephenwille
Copy link

Testing the demo, and stepping through the code, it doesn't look like there is any way to constrain the width. Is that right, or did I miss something?

@pstephenwille
Copy link
Author

Specifically, I'm looking to set the max-width on the columns but I'm not seeing any way to do that.

@GuillaumeJasmin
Copy link
Owner

Hi,
It’s seems the same issue that #27 .

Min width and max width are currently hard to use because fixed columns use the internal column width to determinate the offset of left or right fixed columns.

I will investigate and find a better way to calculate offset.

Until that will be fix, you should use width instead of min width or max width

@dyangua
Copy link

dyangua commented Dec 12, 2019

I use width in the React Table and Wrappe with withFixedColumnsStickyPosition work's fine, you can work the max width un React Table

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants