mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
order available columns #14219
This commit is contained in:
parent
5e418dc8db
commit
9579bec56f
@ -119,7 +119,7 @@ class BaseTable(tables.Table):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def available_columns(self):
|
def available_columns(self):
|
||||||
return self._get_columns(visible=False)
|
return sorted(self._get_columns(visible=False))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def selected_columns(self):
|
def selected_columns(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user