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] Next/previous is clickable on Table pagination after enabling server side pagination from property pane #4614

Closed
vivekverma2312 opened this issue May 21, 2021 · 4 comments · Fixed by #5552
Assignees
Labels
Bug Something isn't working Needs Triaging Needs attention from maintainers to triage Table Widget Verified When issue is retested post its fixed Widgets Product This label groups issues related to widgets

Comments

@vivekverma2312
Copy link

vivekverma2312 commented May 21, 2021

Steps to reproduce the behaviour:

  1. Drag and drop table widget
  2. Query a table data with multiple pages
  3. From property pane enable server side pagination
  4. Observe that Next/Previous page is still clickable on table

Important Details

  • Environment : Prod
  • OS: MacOSX
  • Browser chrome

LOOM DEMO

@vivekverma2312 vivekverma2312 added Bug Something isn't working Table Widget UI Building Pod Needs Triaging Needs attention from maintainers to triage labels May 21, 2021
@github-actions github-actions bot added the Widgets Product This label groups issues related to widgets label May 21, 2021
@somangshu
Copy link
Contributor

Closing this in favour of #1578 & #2230

@close-label close-label bot added the QA Needs QA attention label Aug 30, 2021
@vivekverma2312
Copy link
Author

Issues still exist thus reopening it.

@somangshu
Copy link
Contributor

@vivekverma2312 the pagination is not configured in the above example and the behaviour is appropriate. Once we add the pageSize and offset to the query you will see pagination work better, We also have the total record count now to disable pagination. When its not set the pagination control will remain as it is. The onus here is on the end user

@vivekverma2312
Copy link
Author

@somangshu When the issue was raised the pageSize and offset to the query options were not available. Now after applying pageSize and offset to the query the infinite scroll do not work. After adding pageSize and offset to the query also the next/previous button button is available. Can you please suggest if we can link the issue to any epic or reopen this?

@chandannkumar chandannkumar added Verified When issue is retested post its fixed and removed QA Needs QA attention labels Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Needs Triaging Needs attention from maintainers to triage Table Widget Verified When issue is retested post its fixed Widgets Product This label groups issues related to widgets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants