web.views.correspondent_views.CorrespondentEmailsTableView module

Module with the web.views.CorrespondentEmailsFilterView view.

class web.views.correspondent_views.CorrespondentEmailsTableView.CorrespondentEmailsTableView(**kwargs)[source]

Bases: SingleTableMixin, CorrespondentEmailsFilterView

View for tabling core.models.Email instances belonging to a certain correspondent.

URL_NAME = 'correspondent-emails-table'
template_name = 'web/correspondent/correspondent_email_table.html'
table_class

alias of BaseCorrespondentEmailTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)