xxxrrrdddd il y a 2 ans
Parent
commit
b5404746ae
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/assets/js/backend/network.js

+ 1 - 1
public/assets/js/backend/network.js

@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-                        {field: 'no_field', title: __('No_field'),operate:'like'},
+                        {field: 'no_field', title: __('No_field'),operate:'like',sortable:true},
                         {field: 'name', title: __('Name')},
                         {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
                     ]