Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJigaK committed Oct 4, 2024
1 parent fda23fb commit 0d90770
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 687 deletions.
9 changes: 6 additions & 3 deletions components/AppContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,12 @@ export default function AppContainer() {
crossOrigin=""
id="filter-text-box"
onInput={(event) =>
gridRef.current?.api.setQuickFilter(
(event.target as HTMLInputElement).value
)
gridRef.current?.api.setFilterModel({
quickFilter: {
filterType: "text",
filter: (event.target as HTMLInputElement).value,
},
})
}
/>
</div>
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@headlessui/react": "^2.1.9",
"@material-tailwind/react": "2.1.9",
"@mui/icons-material": "5.15.9",
"@mui/material": "5.15.9",
"ag-grid-community": "31.0.3",
"ag-grid-react": "31.0.3",
"ag-grid-community": "32.2.1",
"ag-grid-react": "32.2.1",
"classnames": "^2.5.1",
"next": "14.0.0",
"next-sitemap": "^4.2.3",
Expand Down
Loading

0 comments on commit 0d90770

Please sign in to comment.