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

Resizable columns #5

Open
techniq opened this issue Apr 26, 2018 · 4 comments
Open

Resizable columns #5

techniq opened this issue Apr 26, 2018 · 4 comments

Comments

@ericpyle
Copy link

@techniq I just realized that I need this feature, probably moreso than other things. I suppose I could wrap the contents in a Tooltip to show the full content if the column width hides some info?

@techniq
Copy link
Owner Author

techniq commented Aug 20, 2018

@ericpyle I have used tooltips in the past, or allowed controlling which columns are available to see (to give more room for columns you care about).

I should be pushing a beta of the non-react virtualized version soon (possibly later today). This will allow for display: table layouts (and display: grid at some point) which can more easily wrap long columns or size themselves to fit contents, which is difficult with react-virtualized's Grid. I think this change alone will help reduce the need for the feature (but not remove), but I still plan to support it in some vain at some point (leveraging react-draggable likely).

@ericpyle
Copy link

ericpyle commented Aug 20, 2018

@techniq yes, I think wrapping or auto-sizing to fit contents would probably be sufficient in most cases. Thanks for working on that!

@techniq
Copy link
Owner Author

techniq commented Aug 20, 2018

@ericpyle Version 2.0.0 released - #13

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

2 participants