-
Notifications
You must be signed in to change notification settings - Fork 291
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 rows? #620
Comments
if not, would you be supportive of a PR to implement this and perhaps also some expansion to the current column resize functionality that someone else already created an issue about and was labeled as a potential "enhancement". for reference: |
Bueller? My team is ready to move on this but, would like some confirmation that this library is still active and viable before making the investment versus swapping to react-base-table perhaps. |
Hey @zthomas1 , sorry for the delay. Since the original issue (#180) is a few years old, I'll just put a short recap here of the present code state: Right now in master, column resizing is baked into the FDT's cell component FixedDataTableCell.js. With that said, our future plan is to completely separate out resizing functionality into a separate reusable react component which the users can simply add into their cells. Let me also know if you need any pointers on anything. |
Thank you for the response and the input, I completely agree with your approach regarding the separate component. In fact, with some tweaking of the ResizeCell component callbacks or the creation of a single onResize callback, and of course handling up the stack, it could hopefully be made to support both column and row resizing. Do you have an idea when the v2 might be released. For a production environment where stability matters, of course, I am trying to determine if it would be best to build from your v2 beta or master. Appreciate your thoughts. |
Beta versions of v2 are already released. Feel free to build against the latest one -- v2.0.0-beta.5.
Since this is for a production environment, currently it's better off to build against master. |
Similar to the resizable column functionality are there any plans to support resizable rows via the same type of drag handle?
The text was updated successfully, but these errors were encountered: