You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The backend pagination has diminished the export CSV function, which can now only save the backend entries it gets.
Possible fixes:
An updated function could take the total number of grading submissions, suppose X, from the backend response. Then, it can submit a query with {offset: 0, pageSize: X} to circumvent the LIMIT implementation in the backend.