Tables2Mixin¶
- class djmvc.views.tables2.Tables2Mixin[source]¶
Bases:
objectdjango-tables2 integration for list views.
- property table_fields¶
Column names from clone or auto-detected model fields.
- property table¶
Rendered django-tables2
Tablefor the current object list.
- property add_actions¶
Whether to add an per-row actions column.
- property add_checkbox¶
Whether to add list-action selection checkboxes.