mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 19:16:37 +00:00
Fixed DataTables numeric/datetime sorting (fixes #1085)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
{ 'visible': false, 'targets': 3 }
|
||||
{ 'visible': false, 'targets': 3 },
|
||||
{ "type": "html", "targets": 2 }
|
||||
].concat($.fn.dataTable.defaults.columnDefs),
|
||||
'rowGroup': {
|
||||
enable: true,
|
||||
|
Reference in New Issue
Block a user