React-data-grid: Guide on how to upgrade from version 6 to 7

Created on 23 Nov 2019  路  9Comments  路  Source: adazzle/react-data-grid

Hi!

I am trying to find a guide on how to upgrade from version 6 (since we have having quite a few issues with that version) to version 7 alpha to see if some of our issues are resolved. Does any such guide exist or is there a page where I can read up on the changes on how to use the grid in version 7 in contrast to version 6?

Most helpful comment

I tried to upgrade but the styles are incorrect.
It's possible simulate here.

All 9 comments

I would love to see a README on improvements from 6 to 7 as well.

They do not even have documents for version 6, how can we find doc for version 7 :D

I believe v6 to v7 alpha doesn't have any break changes other than the typescript support. If you have typescript already, you just need to fix the types after upgrades.

I tried to upgrade but the styles are incorrect.
It's possible simulate here.

Is there any guidance on how to upgrade/change styles? My data is overlapping and aligned to the left of my grids.

Experiencing the same issue as well on a fresh install

Same issues here on a fresh install. Using any version above Alpha 6.0.0 causes data to overlap and align to the left.

Here is the changelog and some details on how to migrate. We will publish a migration guide once the api is finalized. RDG now creates a css bundle react-data-grid/dist/react-data-grid.css that must be included

https://github.com/adazzle/react-data-grid/blob/canary/CHANGELOG.md

Thanks! That was it. thanks for this awesome package!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GenoD picture GenoD  路  3Comments

daniel1943 picture daniel1943  路  3Comments

jmahony picture jmahony  路  4Comments

KalKhera picture KalKhera  路  3Comments

ganapativs picture ganapativs  路  4Comments