We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946e818 commit 4416fa1Copy full SHA for 4416fa1
filter-column.md
@@ -4,7 +4,7 @@ In some cases, we need to implement a custom search for a specific column.
4
To achieve this, you can use `filterColumn` api.
5
6
```php
7
-use DataTables;
+use Yajra\DataTables\Facades\DataTables;
8
use Illuminate\Support\Facades\DB;
9
use App\User;
10
0 commit comments