Davis-Technical-College / CanvasAssistantBlazorWASM

MIT License
1 stars 8 forks source link

Courses Page: Not all the courses show up. #28

Open GeorgeRay opened 2 months ago

GeorgeRay commented 2 months ago

The default number of courses returned is 10. We need to add pagination to this result.

AndiMontag commented 3 weeks ago

Created a pull request, added pagination to the courses.razor file and it appears to work, although I don't have 10 courses to test it with.

GeorgeRay commented 3 weeks ago

Good start. It is only paginating the 10 courses returned.

AndiMontag commented 1 week ago

Added server side pagination (or tried) and created a pull request.