React-data-grid: Possible to remove vertical scrollbar ?

Created on 5 Aug 2016  路  3Comments  路  Source: adazzle/react-data-grid

Searched and can't find any solution, I'd like to display all rows at once without the vertical scrollbar.

Question

Most helpful comment

It doesn't help because it renders the lines too long and you can see the grid line extend beyond the grid area.
image

All 3 comments

Hi @daniel1943 to remove the vertical scrollbar override the react-grid-Canvas style with overflowY: 'hidden'!important.

Check the source in here.

It doesn't help because it renders the lines too long and you can see the grid line extend beyond the grid area.
image

Hey @diogofcunha, I'm having the same issues at @BorisKozo with this when I hide it or make it overflowY: auto !important , is there a fix for this bug in the pipeline at all?
Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

SupernaviX picture SupernaviX  路  3Comments

anil1712 picture anil1712  路  4Comments

alvaro1728 picture alvaro1728  路  4Comments

jlarso11 picture jlarso11  路  3Comments

GenoD picture GenoD  路  3Comments