web.views.mailbox_views.MailboxTableView module

Module with the web.views.MailboxTableView view.

class web.views.mailbox_views.MailboxTableView.MailboxTableView(**kwargs)[source]

Bases: SingleTableMixin, MailboxFilterView

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

URL_NAME = 'mailbox-table'
template_name = 'web/mailbox/mailbox_table.html'
table_class

alias of BaseMailboxTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)