We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8559d commit 42f9785Copy full SHA for 42f9785
src/app/rollupscan/index/Table.tsx
@@ -158,6 +158,7 @@ const RollupTable = function RollupTable(props) {
158
const params = new URLSearchParams(searchParams.toString())
159
params.set("page", newPage)
160
router.push(`${pathname}?${params.toString()}`)
161
+ onPaginationChange({ page: newPage, pageSize: +pageSize })
162
}
163
164
if (emptyBatch) {
0 commit comments