0

I am using react-data-grid package for grid in react.js. To add search option to all columns, I used react-data-grid-addons.

Problem is that now the scroll bar is not working properly: grid header is not moving with the scroll bar.

Roman Pokrovskij
  • 9,449
  • 21
  • 87
  • 142
shivangi
  • 13
  • 3
  • Share the code with us. – Tiago Martins Peres Jan 31 '19 at 10:42
  • It is same as react-data-grid-addons package. We have just added following css: .react-grid-Viewport > div { max-height: 52vh !important; height: 100% !important; position: relative !important; } .react-grid-Viewport { top: -2px !important; position: relative !important; } – shivangi Jan 31 '19 at 10:47

0 Answers0