We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee10b commit 01615e6Copy full SHA for 01615e6
src/albums/tables.py
@@ -17,8 +17,8 @@ class AlbumTable(tables.Table):
17
owner = tables.Column(linkify=True)
18
19
# only shown on xl and up
20
- active_memberships = BPColumn(bp="xl", verbose_name="Files")
21
- hitcount = BPColumn(bp="xl", verbose_name="Hits")
+ active_memberships = BPColumn(bp="xl", verbose_name="Files", orderable=False)
+ hitcount = BPColumn(bp="xl", verbose_name="Hits", orderable=False)
22
23
class Meta:
24
"""Define model, template, fields."""
0 commit comments