mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 01:48:27 -07:00
[FIX] Table of Locations sorting issue closes #415
This commit is contained in:
parent
bb46ea6524
commit
07f784704f
@ -140,7 +140,10 @@
|
||||
title: config.column_titles.fulldate,
|
||||
visible: true,
|
||||
data: null,
|
||||
render: 'fulldate',
|
||||
render: {
|
||||
_: 'fulldate',
|
||||
sort: 'tst',
|
||||
},
|
||||
targets : [2],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user