Skip to content

Commit

Permalink
Enable server-side pagination for "Affected Projects" view (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscuro authored Sep 5, 2024
1 parent cdb9855 commit ad4d689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/portfolio/vulnerabilities/AffectedProjects.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default {
showRefresh: true,
pagination: true,
silentSort: false,
sidePagination: 'client',
sidePagination: 'server',
queryParamsType: 'pageSize',
pageList: '[10, 25, 50, 100]',
pageSize: 10,
Expand Down

0 comments on commit ad4d689

Please sign in to comment.