| Classes |
AdminTable |
AdminTable is main central object of the module. |
AdminTableConfig |
End users can store individual table configuration here. |
DataSource |
Emulate QuerySet so we can alternatively use direct SQL query to build
our table |
GeneratedColumn |
Inherit from Generated column, override `render` method to make custom
table column. |
Settings |
Difference from Storage and Dict is that this using that class makes
sure we don't mistype the variable name and use only predefined
variables. |
Storage |
Used by Settings object. |