mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove actions column label
This commit is contained in:
parent
674dc7aa61
commit
fd22b8461a
1 changed files with 5 additions and 0 deletions
|
@ -172,6 +172,11 @@ export const Component = () => {
|
||||||
// Custom actions
|
// Custom actions
|
||||||
enableRowActions: true,
|
enableRowActions: true,
|
||||||
positionActionsColumn: 'last',
|
positionActionsColumn: 'last',
|
||||||
|
displayColumnDefOptions: {
|
||||||
|
'mrt-row-actions': {
|
||||||
|
header: ''
|
||||||
|
}
|
||||||
|
},
|
||||||
renderRowActions: ({ row, table }) => {
|
renderRowActions: ({ row, table }) => {
|
||||||
const isDeletable = api && row.original.Id && api.deviceInfo.id === row.original.Id;
|
const isDeletable = api && row.original.Id && api.deviceInfo.id === row.original.Id;
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue