0

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.

1 Answers1

0

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"
flexicious.com
  • 1,601
  • 1
  • 13
  • 21