I’m trying to add the mui/x-data-grid to a wix page.
-
I have been able to install it via npm
-
I am importing in my page code:
import { DataGrid , GridRowsProp , GridColDef } from ‘@mui/x-data-grid’ ;
- How do I know display the table? Once I have it displayed I can then easily manipulate the data (update / edit etc) from functions.