Skip to content

Commit 983a8d4

Browse files
authored
use selec2 for currencies code filter
1 parent 1febc0e commit 983a8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/DataTables/CurrenciesDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getFilters()
4343
{
4444
return [
4545
'name' => ['title' => trans('Payment::attributes.currency.name'), 'class' => 'col-md-3', 'type' => 'text', 'condition' => 'like', 'active' => true],
46-
'code' => ['title' => trans('Payment::attributes.currency.code'), 'class' => 'col-md-2', 'type' => 'select', 'options' => Payments::getCodeList(), 'active' => true],
46+
'code' => ['title' => trans('Payment::attributes.currency.code'), 'class' => 'col-md-2', 'type' => 'select2', 'options' => Payments::getCodeList(), 'active' => true],
4747
];
4848
}
4949

0 commit comments

Comments
 (0)