django-gfiles tables
- class gfiles.tables.GFileTable(*args, **kwargs)
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)
Class for django-tables2 table of
gfiles.models.GenericFileswith a check box columnInherits
gfiles.models.GFileTableand just adds checkbox.
- class gfiles.tables.TrackTasksTable(*args, **kwargs)