Properly sort recipes fulfillment column (closes #113)

This commit is contained in:
Bernd Bestel
2018-11-24 19:59:24 +01:00
parent a3617cffb8
commit 367a3e52de
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
var recipesTables = $('#recipes-table').DataTable({
'paginate': false,
'order': [[0, 'asc']],
'columnDefs': [
{ 'orderData': 2, 'targets': 1 }
],
'language': JSON.parse(L('datatables_localization')),
'scrollY': false,
'colReorder': true,