mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
share url
This commit is contained in:
@@ -136,11 +136,13 @@ class LibraryItemTable extends DataTableComponent
|
||||
.'</span>';
|
||||
})
|
||||
->html()
|
||||
->sortable(),
|
||||
->sortable()
|
||||
->collapseOnMobile(),
|
||||
Column::make("Tags")
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.library_items.tags')->withRow($row)
|
||||
),
|
||||
)
|
||||
->collapseOnMobile(),
|
||||
Column::make('')
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.library_items.action')->withRow($row)
|
||||
|
||||
Reference in New Issue
Block a user