This commit is contained in:
emanuele-f 2017-03-07 12:06:09 +01:00
parent b68b571fd5
commit 3bb68a0f2f
4 changed files with 21 additions and 13 deletions

View file

@ -39,7 +39,7 @@ preference = tablePreferences("rows_number",_GET["perPage"])
if (preference ~= "") then print ('perPage: '..preference.. ",\n") end
-- Automatic default sorted. NB: the column must exist.
print ('sort: [ ["' .. getDefaultTableSort("network") ..'","' .. getDefaultTableSortOrder("network").. '"] ],')
print ('sort: [ ["' .. getDefaultTableSort("local_network_id") ..'","' .. getDefaultTableSortOrder("local_network_id").. '"] ],')
print [[