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

[BUG] - Table with pagination is not rendered on the server side #439

Closed
tianenpang opened this issue Apr 28, 2022 · 0 comments · Fixed by #440 or #465
Closed

[BUG] - Table with pagination is not rendered on the server side #439

tianenpang opened this issue Apr 28, 2022 · 0 comments · Fixed by #440 or #465
Labels
🐛 Type: Bug Something isn't working

Comments

@tianenpang
Copy link
Member

Describe the bug

The server side does not render row data depending on rowsPerPage

Your Example Website or App

https://codesandbox.io/s/next-ui-pagination-table-ssr-mt0boq

Steps to Reproduce the Bug or Issue

  1. Go to index.js
  2. Open Devtools
  3. Take look at the preview in Network

Expected behavior

Get the correct SSR according to rowsPerPage

Screenshots or Videos

issue-screenshot

Operating System Version

Windows

Browser

Chrome

@tianenpang tianenpang added the 🐛 Type: Bug Something isn't working label Apr 28, 2022
jrgarciadev added a commit that referenced this issue May 1, 2022
fix: #439 server side rendering of table with pagination
@jrgarciadev jrgarciadev linked a pull request May 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants