Skip to content

Use GitLab UI's pagination component in table_pagination.vue

What does this MR do?

This MR refactors the app/assets/javascripts/vue_shared/components/pagination/table_pagination.vue component so that it makes use of the GlPagination component instead of its current custom implementation.

Screenshots

Before After
image image

How to test this?

Visit a page that uses the table_pagination.vue component and contains enough items for the pagination to be displayed (i.e. pipelines, CI jobs, feature flags, ...)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Paul Gascou-Vaillancourt

Merge request reports