diff --git a/src/app/grid/page.jsx b/src/app/grid/page.jsx index 6d95e18..cb537ce 100644 --- a/src/app/grid/page.jsx +++ b/src/app/grid/page.jsx @@ -9,7 +9,7 @@ export default function GridPage() { const [gridProps, setGridProps] = useState({ gridData: [], - isPageable: false, + isPageable: true, }) useEffect(() => {