diff --git a/docs/source/customization.rst b/docs/source/customization.rst index 405a78ae8..8b8a9bc9e 100644 --- a/docs/source/customization.rst +++ b/docs/source/customization.rst @@ -57,6 +57,10 @@ useful `django table columns `_ that you might want to use. +Your table can also contain a ``paginate_by`` attribute, which is then used +by the list view to determines the number of items per page, or ``None`` for no +pagination (which is the default). + The base queryset that is used in the listview, which is then filtered using the django-filters filter, is ``model.objects.all()`` - but you can override the queryset by creating a custom queryset for your model in