You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Console/stubs/crud-controller.stub
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
<?php namespace DummyNamespace;
1
+
<?php
2
+
3
+
namespace DummyNamespace;
2
4
3
5
use Backpack\CRUD\app\Http\Controllers\CrudController;
4
6
@@ -56,10 +58,10 @@ class DummyClassCrudController extends CrudController {
56
58
// NOTE: you also need to do overwrite the showDetailsRow($id) method in your EntityCrudController to show whatever you'd like in the details row OR overwrite the views/backpack/crud/details_row.blade.php
57
59
58
60
// ------ AJAX TABLE VIEW
59
-
// Please note the drawbacks of this though:
61
+
// Please note the drawbacks of this though:
60
62
// - 1-n and n-n columns are not searchable
61
63
// - date and datetime columns won't be sortable anymore
0 commit comments