Skip to content

Commit

Permalink
add total count on attendees list page for user to quickly know the f…
Browse files Browse the repository at this point in the history
…iltered results
  • Loading branch information
xjlin0 committed Jan 13, 2025
1 parent 8e55049 commit b2acba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions attendees/static/js/persons/attendees_list_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,10 @@ Attendees.dataAttendees = {
},
pager: {
visible: true,
showInfo: true,
showPageSizeSelector: true,
allowedPageSizes: [10, 25, 100, 9999],
showNavigationButtons: true,
},
stateStoring: {
enabled: true,
Expand Down

0 comments on commit b2acba8

Please sign in to comment.