Skip to content

Commit

Permalink
fix(style): cursor table row
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Aug 2, 2024
1 parent 9330ea6 commit 330e3dc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/custom/ResponsiveDataTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ const dataTableTheme = (theme: Theme) =>
}
}
}
},
MuiTableRow: {
styleOverrides: {
root: {
'&.Mui-disabled': {
cursor: 'not-allowed'
}
}
}
}
}
});
Expand Down

0 comments on commit 330e3dc

Please sign in to comment.