mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
searchable
This commit is contained in:
@@ -52,8 +52,10 @@ class MeetupEventTable extends DataTableComponent
|
||||
->format(
|
||||
fn($value, $row, Column $column) => view('columns.meetup_events.name')->withRow($row)
|
||||
)
|
||||
->searchable()
|
||||
->sortable(),
|
||||
Column::make(__('Location'), 'location')
|
||||
->searchable()
|
||||
->sortable(),
|
||||
Column::make(__('Start'), 'start')
|
||||
->format(
|
||||
|
||||
Reference in New Issue
Block a user