mirror of
https://github.com/grocy/grocy.git
synced 2025-10-12 16:44:55 +00:00
Restore the rest of "orderFixed" (DataTables rowgroup option) (again closes #1534)
This commit is contained in:
@@ -269,6 +269,7 @@ $("#delete-current-product-picture-button").on("click", function(e)
|
||||
|
||||
var quConversionsTable = $('#qu-conversions-table-products').DataTable({
|
||||
'order': [[1, 'asc']],
|
||||
"orderFixed": [[4, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
@@ -284,6 +285,7 @@ quConversionsTable.columns.adjust().draw();
|
||||
|
||||
var barcodeTable = $('#barcode-table').DataTable({
|
||||
'order': [[1, 'asc']],
|
||||
"orderFixed": [[1, 'asc']],
|
||||
'columnDefs': [
|
||||
{ 'orderable': false, 'targets': 0 },
|
||||
{ 'searchable': false, "targets": 0 },
|
||||
|
Reference in New Issue
Block a user