Built-in columnsΒΆ
For common use-cases the following columns are included:
BooleanColumn
-- renders boolean valuesColumn
-- generic columnCheckBoxColumn
-- renderscheckbox
form inputsDateColumn
-- date formattingDateTimeColumn
--datetime
formatting in the local timezoneEmailColumn
-- renders<a href="mailto:...">
tagsFileColumn
-- renders files as linksJSONColumn
-- renders JSON as an indented string in<pre></pre>
LinkColumn
-- renders<a href="...">
tags (compose a Django URL)ManyToManyColumn
-- renders a list objects from aManyToManyField
RelatedLinkColumn
-- renders<a href="...">
tags linking related objectsTemplateColumn
-- renders template codeURLColumn
-- renders<a href="...">
tags (absolute URL)