We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9a53c commit d93bcfaCopy full SHA for d93bcfa
chartlets.js/packages/lib/src/plugins/mui/Table.tsx
@@ -80,10 +80,9 @@ export const Table = ({
80
81
const handleClick = (
82
params: GridRowParams,
83
- event: MuiEvent,
84
- details: GridCallbackDetails,
+ _event: MuiEvent,
+ _details: GridCallbackDetails,
85
) => {
86
- console.log(params, event, details, id);
87
if (id) {
88
if (onChange) {
89
onChange({
0 commit comments