web.views.account_views.AccountTableView module

Module with the web.views.AccountTableView view.

class web.views.account_views.AccountTableView.AccountTableView(**kwargs)[source]

Bases: SingleTableMixin, AccountFilterView

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

URL_NAME = 'account-table'
template_name = 'web/account/account_table.html'
table_class

alias of BaseAccountTable

get_paginate_by(table_data)[source]

Overridden to reconcile mixin and view.

Return type:

int

Parameters:

table_data (QuerySet)