Skip to content

Commit b8c7622

Browse files
Merge pull request #2444 from bhavesh-018/fix/organizations-search-functionality
fix: enable global search functionality for organizations
2 parents ee61e88 + e162a9b commit b8c7622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/Webkul/Admin/src/DataGrids/Contact/OrganizationDataGrid.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public function prepareColumns(): void
5555
'index' => 'name',
5656
'label' => trans('admin::app.contacts.organizations.index.datagrid.name'),
5757
'type' => 'string',
58+
'searchable' => true,
5859
'sortable' => true,
5960
'filterable' => true,
6061
]);

0 commit comments

Comments
 (0)