mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
tabs added
This commit is contained in:
@@ -27,6 +27,10 @@ class VenueTable extends DataTableComponent
|
||||
->sortable(),
|
||||
Column::make("Street", "street")
|
||||
->sortable(),
|
||||
Column::make('')
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.venues.action')->withRow($row)
|
||||
),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user