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(
|
->format(
|
||||||
fn($value, $row, Column $column) => view('columns.meetup_events.name')->withRow($row)
|
fn($value, $row, Column $column) => view('columns.meetup_events.name')->withRow($row)
|
||||||
)
|
)
|
||||||
|
->searchable()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
Column::make(__('Location'), 'location')
|
Column::make(__('Location'), 'location')
|
||||||
|
->searchable()
|
||||||
->sortable(),
|
->sortable(),
|
||||||
Column::make(__('Start'), 'start')
|
Column::make(__('Start'), 'start')
|
||||||
->format(
|
->format(
|
||||||
|
|||||||
Reference in New Issue
Block a user