share url

This commit is contained in:
Benjamin Takats
2023-01-16 18:19:58 +01:00
parent e4d03510f7
commit cdd888a2fe
2 changed files with 5 additions and 3 deletions

View File

@@ -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)