-
Sorry if this is already an issue. I'd actually like to try and fix this myself - I haven't done a pull request before. But I think I can fix this. In `models.py` when verbose_name equals an empty str…
-
https://github.com/jieter/django-tables2/blob/7a5a1fbf2bb5ce2ebe48e962b00c8ff327fea644/django_tables2/columns/base.py#L356
This method is called and can be declared with various parameters (dynamic…
-
Originally reported by: **Ken Smith (Bitbucket: [genghisken](https://bitbucket.org/genghisken), GitHub: [genghisken](https://github.com/genghisken))**
----------------------------------------
The co…
-
First of all, I really like django-tables2 .. It's still early days but I can see how it'll save me quite a bit of time.
I had recently logged #663 . While I figured it out, I think having document…
-
### Proposed Changes
Move all Django template code used to render table columns into discrete HTML files. For example, the IP addresses table has an `address` column which references the following te…
-
Not sure whether this is a bug or a documentation issue.
The following code works great and gives me pagination and filtering, with a base queryset filtered as defined in my `get_queryset`. However…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hey I noticed this project hasn't been setup for Travis CI. I would be happy to take a stab at setting it up, if someone managing this project would tell me what environments it's suppose to support.
-
On [adding column footers](https://django-tables2.readthedocs.io/en/latest/pages/column-headers-and-footers.html#adding-column-footers), the footer row shows up in the HTML page, but is not exported. …
-
Dear **django-tables2** developers,
I am struggling adding a checkbox column for submitting the selected items to e.g. a chart/basket.
How would one submit selected table columns to a view and d…