Skip to content

Commit db5d9c8

Browse files
committed
Added filters
1 parent d5e3335 commit db5d9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Grid/Admin/ThreadGrid.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public function columns()
8484
[
8585
'attribute' => 'content',
8686
'label' => __('Content'),
87+
'filter' => 'like',
8788
'form_options' => function ($model) {
8889
return [
8990
'field_type' => 'textarea',

0 commit comments

Comments
 (0)