-
Implement sorted and filtered table.
https://django-tables2.readthedocs.io/en/latest/
-
# Description
Take a boilerplate example from the Django Tables2 [docs](https://django-tables2.readthedocs.io/en/latest/pages/tutorial.html)
```python
import django_tables2 as tables
from .mod…
-
Hi guys, thank you for your work on Pylance.
I'm trying VSCode for Python development to move away from PyCharm, but I'm having a strange issue and I don't know if it's a bug or not.
So far, I'…
besil updated
22 minutes ago
-
Working example:
```
class OverviewTable(django_tables2.Table):
label = django_tables2.LinkColumn(
'details',
args=[django_tables2.utils.A('pk')],
attrs = {'td': {'id…
-
Hi, thank you for nice library.
Found a bug? Please fill out the sections below.
### Issue Summary
By version 3.2.5, I created a product, product detail page was made, but there is no produc…
-
hello,
I installed dal_admin_filters with
pipenv install dal_admin_filters
When settings.py includes:
...
INSTALLED_APPS = [
'voiptrunk.apps.VoiptrunkConfig',
'phonenumber_field',
…
-
### NetBox version
v4.1.3
### Topology Views version
v4.1.0
### Steps to Reproduce
Install NTV on a server configured for anonymous access:
```
LOGIN_REQUIRED = False
EXEMPT_VIEW…
-
Reading on django's thread-safety doc: https://docs.djangoproject.com/en/1.7/howto/custom-template-tags/#thread-safety-considerations
I don't see django-tables2 Node classes' render methods implement…
-
### Deployment Type
Self-hosted
### NetBox Version
v3.7.0
### Python Version
3.11
### Steps to Reproduce
1. Deploy Redis Sentinel instance
2. Deploy netbox with the following configuration for…
-
Hi,
the `__len__` implementation of `TableQuerysetData` class only checks for the presence of the `paginator` to determine to use `.count()` over `len()`: https://github.com/jieter/django-tables2/b…
ercpe updated
2 years ago