Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
1f5bbc195c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/UI/Vms/Pages/VmsDataTable.php

+ 1 - 0
app/UI/Vms/Pages/VmsDataTable.php

@@ -50,6 +50,7 @@ class VmsDataTable extends DataTable implements ClientArea, AdminArea
 
 
     protected $id = 'vmsDataTable';
     protected $id = 'vmsDataTable';
     protected $title = 'vmsDataTable';
     protected $title = 'vmsDataTable';
+    protected $searchable = true;
     protected $tableLength = "100";
     protected $tableLength = "100";
     protected $urlService;
     protected $urlService;