web.views.email_views.EmailConversationTableView module

Module with the web.views.EmailConversationView view.

class web.views.email_views.EmailConversationTableView.EmailConversationTableView(**kwargs)[source]

Bases: SingleTableMixin, EmailConversationView

View for tabling core.models.Email instances belonging to an emails conversation.

URL_NAME = 'email-conversation-table'
template_name = 'web/email/email_conversation_table.html'
table_class

alias of BaseEmailTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)