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

Unable to see filtered submission data in pages of table even though there are data of that filter #1970

Closed
Sujanadh opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
backend Related to backend code bug Something isn't working effort:low Likely a few hours testing:ready Ready for testing

Comments

@Sujanadh
Copy link
Contributor

Describe the bug
Filter is only being applied to the page that has been loaded. Even though the results of the filter is present in the other pages such as 3,4 it won't be seen in page 2.
Image

To Reproduce
Steps to reproduce the behavior:

  1. Go to Submission table
  2. Click on filter
  3. drop down Task Id
  4. select task id
  5. go to next page
  6. see blank table

Expected behavior
The filter should be applied to overall submissions data and apply pagination to filtered submissions.

Screenshots
Image

Solution
Apply filter after fetching all submissions data and generate paginated data.

@Sujanadh Sujanadh added backend Related to backend code bug Something isn't working effort:low Likely a few hours labels Dec 10, 2024
@Sujanadh Sujanadh self-assigned this Dec 10, 2024
@Sujanadh Sujanadh added the testing:ready Ready for testing label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code bug Something isn't working effort:low Likely a few hours testing:ready Ready for testing
Projects
None yet
Development

No branches or pull requests

2 participants