Skip to content

Commit 330e3dc

Browse files
committed
fix(style): cursor table row
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent 9330ea6 commit 330e3dc

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/custom/ResponsiveDataTable.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,15 @@ const dataTableTheme = (theme: Theme) =>
173173
}
174174
}
175175
}
176+
},
177+
MuiTableRow: {
178+
styleOverrides: {
179+
root: {
180+
'&.Mui-disabled': {
181+
cursor: 'not-allowed'
182+
}
183+
}
184+
}
176185
}
177186
}
178187
});

0 commit comments

Comments
 (0)