IUSCA / bioloop

Scientific data management portal and pipeline application template
Other
4 stars 2 forks source link

Add Pagination to projects page with search and sort functionality #262

Closed karthiek390 closed 3 months ago

karthiek390 commented 3 months ago

Description

1.) Server-side pagination to "Projects page" with options for how many items to display per page (25, 50, 100), along with the range of items on a page, and the total count of items.

2.) The search functionality dynamically filters the list of projects based on a search query.

3.) The sort functionality enables users to order the list of projects by specific attributes (name, datasets, created_at, updated_at) in either ascending or descending order.

Related Issue(s)

Closes #[242]

Changes Made

Screenshots Projects_Pagination

Projects_Sorting

Projects_Searching

Checklist

Before submitting this PR, please make sure that: