Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include count clipped prop in pagination #249

Merged
merged 1 commit into from Mar 29, 2023
Merged

Conversation

@cloudflare-pages
Copy link

cloudflare-pages bot commented Mar 29, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 02b428e
Status: ✅  Deploy successful!
Preview URL: https://e9e26c9e.oasis-explorer.pages.dev
Branch Preview URL: https://mz-paginationclippedcount.oasis-explorer.pages.dev

View logs

@buberdds buberdds marked this pull request as ready for review March 29, 2023 11:21
@buberdds buberdds force-pushed the mz/paginationClippedCount branch 2 times, most recently from 2981bb8 to c4e8530 Compare March 29, 2023 11:26
src/app/components/Table/TablePagination.tsx Outdated Show resolved Hide resolved
}}
component={Link}
to={item.page == null ? '' : linkToPage(item.page)}
{...item}
sx={isTotalCountClipped && item.type === 'last' ? { pointerEvents: 'none', cursor: 'default' } : {}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅

@buberdds buberdds merged commit 3c01cd3 into master Mar 29, 2023
2 checks passed
@buberdds buberdds deleted the mz/paginationClippedCount branch March 29, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants