Skip to content

Commit 4416fa1

Browse files
authored
fix: update sample code by using Facades
1 parent 946e818 commit 4416fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In some cases, we need to implement a custom search for a specific column.
44
To achieve this, you can use `filterColumn` api.
55

66
```php
7-
use DataTables;
7+
use Yajra\DataTables\Facades\DataTables;
88
use Illuminate\Support\Facades\DB;
99
use App\User;
1010

0 commit comments

Comments
 (0)