avantifellows / quiz-creator

An interface to create quizzes for the Avanti Fellows Quiz Engine
GNU General Public License v3.0
21 stars 42 forks source link

fixes the pagination issue #52

Closed SUJALSINGH7473 closed 1 month ago

SUJALSINGH7473 commented 4 months ago

Fixes the issue #51

There is an issue with the pagination feature in the application. The expected behavior is that each page should display a maximum of 10 entries, as per the specified limit. However, currently, the application is showing all entries on the first page only, disregarding the set limit. This results in a single page containing all entries, which can negatively impact the user experience and performance, especially with a large dataset.

Steps to Reproduce:

Navigate to the list of entries in the application. Observe the pagination behavior.

Expected Behavior: Each page should display a maximum of 10 entries.

Actual Behavior: All entries are displayed on a single page.