why EUXDT React Data grid is getting scattered in my project from flexicious?

31 views Asked by At

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

There are 1 answers

0
flexicious.com On

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"