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:
@@ -39,13 +39,14 @@ class MeetupTable extends DataTableComponent
|
||||
->format(
|
||||
fn($value, $row, Column $column) => view('columns.meetups.name')->withRow($row)
|
||||
)
|
||||
->searchable()
|
||||
->sortable(),
|
||||
Column::make(__('Link'), 'link')
|
||||
->format(
|
||||
fn($value, $row, Column $column) => view('columns.meetups.link')->withRow($row)
|
||||
)
|
||||
->sortable(),
|
||||
Column::make(__('Actions'),)
|
||||
Column::make(__('Links'),)
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.meetups.action')->withRow($row)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user