Skip to content

Commit b2acba8

Browse files
committed
add total count on attendees list page for user to quickly know the filtered results
1 parent 8e55049 commit b2acba8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: attendees/static/js/persons/attendees_list_view.js

+2
Original file line numberDiff line numberDiff line change
@@ -409,8 +409,10 @@ Attendees.dataAttendees = {
409409
},
410410
pager: {
411411
visible: true,
412+
showInfo: true,
412413
showPageSizeSelector: true,
413414
allowedPageSizes: [10, 25, 100, 9999],
415+
showNavigationButtons: true,
414416
},
415417
stateStoring: {
416418
enabled: true,

0 commit comments

Comments
 (0)