We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b70f1 commit 25198edCopy full SHA for 25198ed
1 file changed
src/django_smartbase_admin/engine/configuration.py
@@ -192,7 +192,7 @@ class SBAdminRoleConfiguration(metaclass=Singleton):
192
# ``plugins/base.py`` for the protocol. Each plugin hook is expected
193
# to self-guard based on admin config (e.g. ``sbadmin_nested``).
194
plugins: list = []
195
- default_list_sticky_header_and_footer = False
+ default_list_sticky_header_and_footer = True
196
197
def __init__(
198
self,
0 commit comments