Skip to content

Commit b6ecf2e

Browse files
committed
Fix table
1 parent 51b0c7b commit b6ecf2e

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

src/pages/tables/Tables.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,14 @@ const datatableData = [
2929
const Tables = props => (
3030
<Grid container spacing={32}>
3131
<Grid item xs={12}>
32-
<Widget title="Material Datatable" upperTitle noBodyPadding>
33-
<MUIDataTable
34-
title="Employee List"
35-
data={datatableData}
36-
columns={["Name", "Company", "City", "State"]}
37-
options={{
38-
filterType: 'checkbox',
39-
}}
40-
/>
41-
</Widget>
32+
<MUIDataTable
33+
title="Employee List"
34+
data={datatableData}
35+
columns={["Name", "Company", "City", "State"]}
36+
options={{
37+
filterType: 'checkbox',
38+
}}
39+
/>
4240
</Grid>
4341
<Grid item xs={12}>
4442
<Widget title="Material-UI Table" upperTitle noBodyPadding>

0 commit comments

Comments
 (0)