.
This commit is contained in:
+1
-1
@@ -546,7 +546,7 @@ class UserListTableView(CidManagerRequiredMixin, SingleTableMixin, FilterView):
|
||||
#table_pagination = {"per_page": 5}
|
||||
|
||||
def get_paginate_by(self, table_data) -> int | None:
|
||||
return 2
|
||||
return 100
|
||||
#return super().get_paginate_by(table_data)
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user