1
0
Fork 0
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:
Bill Thornton 2025-01-30 13:25:22 -05:00
parent 674dc7aa61
commit fd22b8461a

View file

@ -172,6 +172,11 @@ export const Component = () => {
// Custom actions
enableRowActions: true,
positionActionsColumn: 'last',
displayColumnDefOptions: {
'mrt-row-actions': {
header: ''
}
},
renderRowActions: ({ row, table }) => {
const isDeletable = api && row.original.Id && api.deviceInfo.id === row.original.Id;
return (