-
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
New Feature Request #330
Comments
Hey, thanks for reaching out. We definitely appreciate PRs for new functionality. For cases like these, I suggest we attempt to build the functionality with the existing APIs and then add examples which demonstrate how others can do the same.
The docs and more details on the recommended APIs can be found here: http://schrodinger.github.io/fixed-data-table-2/getting-started.html |
Hi, Thanks for the response, I would like to add some more points on the feature request.
|
For 1, you can add
to your CSS to prevent page scroll when touching the grid. We can add that CSS into the library on the v1 branch, but not production since it would be a breaking change. I'm happy to explore your suggested solution of adding touch events to grid, but I believe that may require breaking from React, which I wouldn't accept. For 2, you can support this using 2 tables and synchronizing them using the scroll APIs I mentioned above. We use this at Schrodinger to support grids with pinned rows. |
Hi,
I would like to add some features in fixed-data-table-2. Currently I am planning to add the following two features
Enhance Touch Scroll: I would like to make it possible that on touch scroll , whenever the user stops the touch scroll , we always show complete columns. For this feature to exist the width of each column in the grid should be equal.
Add summary row in fixed-data-table-2: I would like to add fixed summary row in grid which can be used for various purpose.
So the motive of this request is that if you are willing to add these features in the grid, I will be having to contribute and send PRs for the same.
Let me know in case of any queries.
Thanks
The text was updated successfully, but these errors were encountered: