django-gfiles tables

class gfiles.tables.GFileTable(*args, **kwargs)[source]

Class for django-tables2 table of gfiles.models.GenericFiles.

Inherits the ColumnShiftTable, that is a modified django-tables2 class that allows columns to be dynamically selected

class gfiles.tables.GFileTableWithCheck(*args, **kwargs)[source]

Class for django-tables2 table of gfiles.models.GenericFiles with a check box column

Inherits gfiles.models.GFileTable and just adds checkbox.