Closed cod3rshotout closed 2 years ago
Hi,
You have to use an associative array :
->filterOptions([
'accepted' => __('invites.status.accepted'),
'waiting' => __('invites.status.waiting'),
'not_accepted' => __('invites.status.not_accepted'),
]),
This will use the keys as options values.
Hi, I'm facing a weird situation, essentially I have this Datatable Column:
the
invites
locale array contains this:If I select: 'accepted', the rows are filtered correctly, if I select 'waiting' or 'not_accepted' which contains space inside the string, no records is returned.