You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-mui-datatables is table component for [Material-UI V1](https://www.material-ui.com). This vetsion comes with search,export csv,sort,paginations. more options coming soon.stay with us...
5
+
react-mui-datatables is table component for [Material-UI V1](https://www.material-ui.com). This version comes with search,export csv,sort,pagination,print. more options coming soon.stay with us...
6
6
7
7
8
8
## Install
@@ -101,6 +101,7 @@ Use these as option object key.
101
101
|**`searchBox`**|bool|true|You can remove search box using this option
102
102
|**`csv`**|bool|true|You can remove csv download using this option
103
103
|**`indexColumn`**|string||If add custom action button please set the indexColumn as your own array key.
104
+
|**`printButton`**|bool|true|You can disable print button using this.
104
105
105
106
## Custom Styles
106
107
You can styles using material ui CreateMuiTheme function.
@@ -35,6 +39,15 @@ function _inherits(subClass, superClass) { if (typeof superClass !== "function"
35
39
*/
36
40
37
41
42
+
functionExcel(props){
43
+
return_react2.default.createElement(
44
+
_index.SvgIcon,
45
+
props,
46
+
_react2.default.createElement("path",{
47
+
d: "M 28.8125 0.03125 L 0.8125 5.34375 C 0.339844 5.433594 0 5.863281 0 6.34375 L 0 43.65625 C 0 44.136719 0.339844 44.566406 0.8125 44.65625 L 28.8125 49.96875 C 28.875 49.980469 28.9375 50 29 50 C 29.230469 50 29.445313 49.929688 29.625 49.78125 C 29.855469 49.589844 30 49.296875 30 49 L 30 1 C 30 0.703125 29.855469 0.410156 29.625 0.21875 C 29.394531 0.0273438 29.105469 -0.0234375 28.8125 0.03125 Z M 32 6 L 32 13 L 34 13 L 34 15 L 32 15 L 32 20 L 34 20 L 34 22 L 32 22 L 32 27 L 34 27 L 34 29 L 32 29 L 32 35 L 34 35 L 34 37 L 32 37 L 32 44 L 47 44 C 48.101563 44 49 43.101563 49 42 L 49 8 C 49 6.898438 48.101563 6 47 6 Z M 36 13 L 44 13 L 44 15 L 36 15 Z M 6.6875 15.6875 L 11.8125 15.6875 L 14.5 21.28125 C 14.710938 21.722656 14.898438 22.265625 15.0625 22.875 L 15.09375 22.875 C 15.199219 22.511719 15.402344 21.941406 15.6875 21.21875 L 18.65625 15.6875 L 23.34375 15.6875 L 17.75 24.9375 L 23.5 34.375 L 18.53125 34.375 L 15.28125 28.28125 C 15.160156 28.054688 15.035156 27.636719 14.90625 27.03125 L 14.875 27.03125 C 14.8125 27.316406 14.664063 27.761719 14.4375 28.34375 L 11.1875 34.375 L 6.1875 34.375 L 12.15625 25.03125 Z M 36 20 L 44 20 L 44 22 L 36 22 Z M 36 27 L 44 27 L 44 29 L 36 29 Z M 36 35 L 44 35 L 44 37 L 36 37 Z "})
48
+
);
49
+
}
50
+
38
51
varMuiDataTable=function(_Component){
39
52
_inherits(MuiDataTable,_Component);
40
53
@@ -48,8 +61,8 @@ var MuiDataTable = function (_Component) {
0 commit comments