building data grid for users. currently has example grid with dummy data
This commit is contained in:
parent
2690a2a5ad
commit
d050fdee55
8 changed files with 780 additions and 632 deletions
|
|
@ -23,6 +23,7 @@
|
|||
"@mui/icons-material": "^6.1.6",
|
||||
"@mui/material": "^6.1.6",
|
||||
"@mui/styles": "^6.1.6",
|
||||
"@mui/x-data-grid": "^7.22.2",
|
||||
"@mui/x-date-pickers": "^7.22.2",
|
||||
"@sentry/react": "^8.38.0",
|
||||
"@types/classnames": "^2.3.0",
|
||||
|
|
@ -35,6 +36,7 @@
|
|||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-image": "^4.1.0",
|
||||
"react-infinite-scroller": "^1.2.6",
|
||||
"react-router-dom": "^6.28.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -43,6 +45,7 @@
|
|||
"@types/lodash": "^4.17.13",
|
||||
"@types/react": "^18.3.10",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react-infinite-scroller": "^1.2.5",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"eslint": "^9.11.1",
|
||||
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue