Added search and string value fields options.. ( #861mmjq77 )

This commit is contained in:
Cüneyt Şentürk
2023-05-23 14:32:51 +03:00
parent b291d05a6c
commit 0863da593b
3 changed files with 23 additions and 8 deletions

View File

@ -75,6 +75,7 @@ class SearchString extends Component
'type' => $this->getFilterType($options),
'url' => $this->getFilterUrl($column, $options),
'values' => $this->getFilterValues($column, $options),
'value_option_fields' => $options['fields'] ?? [],
];
}
}