web.views.correspondent_views.CorrespondentTableView module

Module with the web.views.CorrespondentTableView view.

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

Bases: SingleTableMixin, CorrespondentFilterView

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

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

alias of BaseCorrespondentTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)