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

Horizontal scrolling frozen column failure and vertical scrolling displays error #1315

Closed
8 tasks
lynshir opened this issue Oct 24, 2018 · 5 comments
Closed
8 tasks
Labels

Comments

@lynshir
Copy link

lynshir commented Oct 24, 2018

  • Have you already searched for similar issues? Please help us out and double-check first!

  • Also, please don't be that person who deletes this template. It's here for a reason.

  • Thanks!


Which version of React JS are you using?

✅ Officially supported ✅

  • v15.4.x

⚠️ Not officially supported, expect warnings ⚠️

  • v15.5.x
  • v15.6.x

☣️ Not officially supported, expect warnings and errors ☣️

  • [✅] v16.x.x // It was can work before upgrade the browser

Which browser are you using?

✅ Officially supported ✅

  • IE 9 / IE 10 / IE 11
  • Edge
  • ✅Chrome / *** chrome 70.0.3538.67

⚠️ Not officially supported, but "should work" ⚠️

  • Firefox
  • Safari

I'm submitting a ...

  • [✅ ] 🐛 Bug Report
  • 💡 Feature Request

👋 Need general support? Not sure about how to use React itself, or how to get started with the Grid?
Please do not submit support request here. Instead see

https://github.com/adazzle/react-data-grid/blob/master/CONTRIBUTING.md


Issue Details

Please see screenshots:
Please see screenshots

my package.json
     "react": "^16.3.1",
    "react-data-grid": "^5.0.1",
    "react-data-grid-addons": "^5.0.1",
    "react-dev-utils": "^5.0.1",
    "react-dom": "^16.3.1",
@lynshir
Copy link
Author

lynshir commented Oct 29, 2018

I find a temporary solution:
I'm switch back to the "react-data-grid": "^4.0.8", "react-data-grid-addons": "^4.0.8",
Create a css file,
.react-grid-Row.react-grid-Row--odd,
.react-grid-Row.react-grid-Row--even {
contain: none !important;
}
I know it's not good, but between usage and performance,I chose to use it as important

@amanmahajan7
Copy link
Contributor

Fixed in #1346

@lynshir
Copy link
Author

lynshir commented Oct 31, 2018

I'm sorry,this issue can't close. Although the normal horizontal scrolling problem was solved in version 5.0.2, the horizontal scrolling of the frozen column was not resolved. The frozen column has no fixed position

@amanmahajan7
Copy link
Contributor

@lynshir
Copy link
Author

lynshir commented Nov 1, 2018

@amanmahajan7 oh,my fault,thank you 。 Wishing every happiness will always be with you。

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

2 participants