web.views.attachment_views.AttachmentTableView module¶
Module with the web.views.AttachmentTableView view.
- class web.views.attachment_views.AttachmentTableView.AttachmentTableView(**kwargs)[source]¶
Bases:
SingleTableMixin,AttachmentFilterViewView for filtering a table of
core.models.Attachmentinstances.- URL_NAME = 'attachment-table'¶
- template_name = 'web/attachment/attachment_table.html'¶
- table_class¶
alias of
BaseAttachmentTable