Refactor grid page to enable pagination

This commit is contained in:
yoosangwook 2024-09-09 10:06:40 +09:00
parent 1eb7b48118
commit e41f004376

View File

@ -9,7 +9,7 @@ export default function GridPage() {
const [gridProps, setGridProps] = useState({ const [gridProps, setGridProps] = useState({
gridData: [], gridData: [],
isPageable: false, isPageable: true,
}) })
useEffect(() => { useEffect(() => {