Skip to content

Commit 6d3f093

Browse files
committed
feat(checkbox): set as default
Signed-off-by: Sudhanshu Dasgupta <dasguptashivam23@gmail.com>
1 parent cec1406 commit 6d3f093

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/custom/ResponsiveDataTable.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Theme, ThemeProvider, createTheme, styled, useTheme } from '@mui/material';
22
import MUIDataTable from 'mui-datatables';
33
import React, { useCallback } from 'react';
4-
import { ListItemIcon, ListItemText, Menu, MenuItem } from '../base';
4+
import { Checkbox, ListItemIcon, ListItemText, Menu, MenuItem } from '../base';
55
import { EllipsisIcon } from '../icons/Ellipsis';
66
import TooltipIcon from './TooltipIcon';
77

@@ -322,7 +322,8 @@ const ResponsiveDataTable = ({
322322
}, [updateColumnsEffect]);
323323

324324
const components = {
325-
ExpandButton: () => ''
325+
ExpandButton: () => '',
326+
Checkbox: Checkbox
326327
};
327328

328329
return (

0 commit comments

Comments
 (0)