add filters
This commit is contained in:
@@ -37,6 +37,7 @@ class LoanOrderFieldsForIndex
|
|||||||
|
|
||||||
BelongsTo::make(__('Branch'), 'branch', Branch::class)
|
BelongsTo::make(__('Branch'), 'branch', Branch::class)
|
||||||
->canSeeWhen('isAdmin', $resource)
|
->canSeeWhen('isAdmin', $resource)
|
||||||
|
->filterable()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
|
|
||||||
Text::make(__('Name'), 'customer_name'),
|
Text::make(__('Name'), 'customer_name'),
|
||||||
|
|||||||
Reference in New Issue
Block a user