There was an error while loading. Please reload this page.
1 parent ce27e83 commit 8bc335fCopy full SHA for 8bc335f
1 file changed
templates/components/panel_species_table.html
@@ -44,7 +44,7 @@
44
fixedColumns: true,
45
scrollX: true,
46
data: dataset,
47
- order: [{% if highlight_species %}[5, 'asc'], {% endif %}[0, 'asc']],
+ order: [{% if highlight_species %}[0, 'asc'], {% endif %}[1, 'asc']],
48
lengthMenu: [
49
[10, 20, 30, 40, 50, 100, -1],
50
[10, 20, 30, 40, 50, 100, 'All']
0 commit comments