web.views.attachment_views.AttachmentTableView module

Module with the web.views.AttachmentTableView view.

class web.views.attachment_views.AttachmentTableView.AttachmentTableView(**kwargs)[source]

Bases: SingleTableMixin, AttachmentFilterView

View for filtering a table of core.models.Attachment instances.

URL_NAME = 'attachment-table'
template_name = 'web/attachment/attachment_table.html'
table_class

alias of BaseAttachmentTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)