stream calendar

This commit is contained in:
Benjamin Takats
2022-12-19 13:40:31 +01:00
parent 0b72899058
commit bd7ac36190
9 changed files with 280 additions and 4 deletions

View File

@@ -60,7 +60,9 @@ class MeetupTable extends DataTableComponent
->sortable(),
Column::make(__('Links'),)
->label(
fn($row, Column $column) => view('columns.meetups.action')->withRow($row)
fn($row, Column $column) => view('columns.meetups.action')
->withRow($row)
->withCountry($this->country)
)
->collapseOnMobile(),
];