Refactor grid page to enable pagination
This commit is contained in:
parent
1eb7b48118
commit
e41f004376
@ -9,7 +9,7 @@ export default function GridPage() {
|
||||
|
||||
const [gridProps, setGridProps] = useState({
|
||||
gridData: [],
|
||||
isPageable: false,
|
||||
isPageable: true,
|
||||
})
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user