mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
meetup landing page
This commit is contained in:
@@ -71,10 +71,9 @@ class MeetupEventTable extends DataTableComponent
|
||||
->sortable()
|
||||
->collapseOnMobile(),
|
||||
Column::make(__('Link'), 'link')
|
||||
->format(
|
||||
fn($value, $row, Column $column) => view('columns.meetup_events.link')->withRow($row)
|
||||
)
|
||||
->sortable(),
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.meetup_events.link')->withRow($row)->withCountry($this->country)
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user