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

Add optional horizontal double scroll #141

Closed
martinvergara26 opened this issue Jan 4, 2019 · 10 comments
Closed

Add optional horizontal double scroll #141

martinvergara26 opened this issue Jan 4, 2019 · 10 comments
Assignees
Labels

Comments

@martinvergara26
Copy link

Is your feature request related to a problem? Please describe.
When columns and rows amounts are large, you can't see the horizontal scrollbar until you reach the bottom. This is a common behaviour, but in my case it's a requirement to also have a scrollbar at the top of the table.

Describe the solution you'd like

const options = {
            :
            doubleHorizontalScroll: true
            :
        };

What I've tried
I've tried many workarounds to achieve this, but they are awful.

Suggestion
Maybe Double Scrollbar would be useful to accomplish these.

@mbrn
Copy link
Owner

mbrn commented Jan 5, 2019

Good idea @martinvergara26 . I think use react-custom-scrollbars instead of default scrollbar

@mbrn mbrn added the feature label Jan 5, 2019
@mbrn mbrn self-assigned this Jan 5, 2019
@martinvergara26
Copy link
Author

Thanks, looking forward to this feature!

@mbrn mbrn closed this as completed in 2f8d3a6 Jan 7, 2019
mbrn added a commit that referenced this issue Jan 7, 2019
@mbrn
Copy link
Owner

mbrn commented Jan 7, 2019

This is done. It will be in v1.12.0

@hbinkle
Copy link

hbinkle commented Dec 5, 2019

This is done. It will be in v1.12.0

does not work:
https://codesandbox.io/s/material-demo-ynctq?fontsize=14&hidenavigation=1&theme=dark

@AliTariq14
Copy link

@hbinkle i also need a scroll bar at top, and this is not working ?

@LuisPerez94
Copy link

This is done. It will be in v1.12.0

Something is wrong, it seems it does not work. 🤕

@srinivasmangipudi
Copy link

@hbinkle i also need a scroll bar at top, and this is not working ?

Yes scrollbar at top is essential for mouse users. otherwise everytime you have to go to the bottom to scroll the table

@emylee9
Copy link

emylee9 commented Jan 25, 2021

This still does not work.

@mithusingh32
Copy link

I can verify is till does not work.

FalkF pushed a commit to FalkF/material-table that referenced this issue May 28, 2021
Fix TS definition for renderSummaryRow (mbrn#140), bulkEditChangedRows propType (mbrn#142)
@alexdobsom
Copy link

does it work for you now? 🧐

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

No branches or pull requests

9 participants