Unable to see filtered submission data in pages of table even though there are data of that filter #1970
Labels
backend
Related to backend code
bug
Something isn't working
effort:low
Likely a few hours
testing:ready
Ready for testing
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.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The filter should be applied to overall submissions data and apply pagination to filtered submissions.
Screenshots
Solution
Apply filter after fetching all submissions data and generate paginated data.
The text was updated successfully, but these errors were encountered: