Fix clipped delete button in devices page

This commit is contained in:
viown
2025-10-18 15:51:52 +03:00
parent 7606dfaf4b
commit dfba17fdbc

View File

@@ -193,7 +193,8 @@ export const Component = () => {
positionActionsColumn: 'last',
displayColumnDefOptions: {
'mrt-row-actions': {
header: ''
header: '',
size: 100
}
},
renderRowActions: ({ row, table }) => {