This commit is contained in:
HolgerHatGarKeineNode
2023-02-07 09:54:35 +01:00
parent c501b68969
commit 5b475cc660
4 changed files with 3 additions and 5 deletions

View File

@@ -51,7 +51,6 @@ class MeetupTable extends DataTableComponent
->format(
fn($value, $row, Column $column) => view('columns.meetups.name')
->withRow($row)
->withCountry($this->country)
)
->searchable(fn($builder, $term) => $builder->where('meetups.name', 'ilike', '%'.$term.'%')),
Column::make(__('Plebs'))