File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/Webkul/Admin/src/DataGrids/Quote Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ public function prepareColumns(): void
6767 'label ' => trans ('admin::app.quotes.index.datagrid.subject ' ),
6868 'type ' => 'string ' ,
6969 'filterable ' => true ,
70+ 'searchable ' => true ,
7071 'sortable ' => true ,
7172 ]);
7273
@@ -75,6 +76,7 @@ public function prepareColumns(): void
7576 'label ' => trans ('admin::app.quotes.index.datagrid.sales-person ' ),
7677 'type ' => 'string ' ,
7778 'sortable ' => true ,
79+ 'searchable ' => true ,
7880 'filterable ' => true ,
7981 'filterable_type ' => 'searchable_dropdown ' ,
8082 'filterable_options ' => [
@@ -91,6 +93,7 @@ public function prepareColumns(): void
9193 'label ' => trans ('admin::app.quotes.index.datagrid.person ' ),
9294 'type ' => 'string ' ,
9395 'sortable ' => true ,
96+ 'searchable ' => true ,
9497 'filterable ' => true ,
9598 'filterable_type ' => 'searchable_dropdown ' ,
9699 'filterable_options ' => [
You can’t perform that action at this time.
0 commit comments