Built-in columnsΒΆ
For common use-cases the following columns are included:
BooleanColumn
– renders boolean valuesColumn
– generic columnCheckBoxColumn
– renders checkbox form inputsDateColumn
– date formattingDateTimeColumn
– datetime formatting in the local timezoneFileColumn
– renders files as linksEmailColumn
– renders<a href="mailto:...">
tagsLinkColumn
– renders<a href="...">
tags (compose a django url)RelatedLinkColumn
– renders<a href="...">
tags linking related objectsTemplateColumn
– renders template codeURLColumn
– renders<a href="...">
tags (absolute url)