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

Feature Request: Allow args/kwargs to be passed to a callable with an Accessor #939

Closed JordanHyatt closed 4 months ago

JordanHyatt commented 9 months ago

I've had use-cases for the feature multiple times and figured I would open an issue and see what others think.

kgeidel commented 9 months ago

We actually borrowed and extended dt2 source code to make our own accessor that can do exactly this, it would really nice if it just shipped with django-tables2. I'd use it a ton.