fix_acc_sorting_availability #218

Merged
mpeltriaux merged 2 commits from fix_acc_sorting_availability into master 2022-10-11 15:21:24 +02:00
Showing only changes of commit 73f3887941 - Show all commits

View File

@ -36,7 +36,7 @@ class EcoAccountTable(BaseTable, TableRenderMixin):
)
av = tables.Column(
verbose_name=_("Available"),
orderable=True,
orderable=False,
empty_values=[],
attrs={
"th": {