Skip to content

[VSA][FE] Add sorting and pagination to the project level stage table

What does this MR do and why?

Adds pagination and sorting support to the project VSA stage table. Currently the project vsa stage table has 2 columns (issue/merge request, and time) that can be used to sort the entries by.

The stage table displays 20 items on each page and will not display the pagination component if the stage contains less than 20 items in total.

Screen_Shot_2021-10-07_at_10.10.37_pm

Note: a separate issue will introduce deep linking for the filter parameters

Screenshots or screen recordings

project-vsa-sorting-pagination

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #335974 (closed)

Edited by Ezekiel Kigbo

Merge request reports