I am suing react 16. Is it possible work with react 16? Here is what happened when I implemented the grid in my project
I tried to change styles and other stuffs but it didn't work.
I am suing react 16. Is it possible work with react 16? Here is what happened when I implemented the grid in my project
I tried to change styles and other stuffs but it didn't work.
More than likely, you are missing the styles import:
https://reactdatagrid.com/docs/intro
import "@ezgrid/grid-core/styles.css"
import "@ezgrid/grid-core/icons.css"