jieter / django-tables2

django-tables2 - An app for creating HTML tables
https://django-tables2.readthedocs.io/en/latest/
Other
1.86k stars 426 forks source link

Add example on how to use `Accessor` to documentation in `custom-data.rst` #917

Closed ruddra closed 10 months ago

ruddra commented 1 year ago

Accessor is an excellent feature of Django Tables2 but it is not highlighted enough due to lack of documentation. I am adding an example how it can be used with table.Column class.

jieter commented 10 months ago

Thanks!