Merge pull request #7202 from viown/fix-clipped-delete-button

This commit is contained in:
Bill Thornton
2025-10-19 10:34:24 -04:00
committed by GitHub
+2 -1
View File
@@ -193,7 +193,8 @@ export const Component = () => {
positionActionsColumn: 'last',
displayColumnDefOptions: {
'mrt-row-actions': {
header: ''
header: '',
size: 100
}
},
renderRowActions: ({ row, table }) => {