Compare commits

...

2 Commits

Author SHA1 Message Date
AllenFang
b8c9712e91 fix wrong story code 2019-12-09 20:01:09 +08:00
Mark J. Lehman
e4589eb358 Update package.json (#1189) 2019-12-09 19:46:10 +08:00
2 changed files with 2 additions and 6 deletions

View File

@@ -48,11 +48,7 @@ const columns = [{
data={ products }
columns={ columns }
exportCSV={ {
fileName: 'custom.csv',
separator: '|',
ignoreHeader: true,
noAutoBOM: false,
blobType: 'text/csv;charset=ansi'
ignoreFooter: false
} }
>
{

View File

@@ -36,7 +36,7 @@
}
],
"dependencies": {
"classnames": "2.2.5",
"classnames": "^2.2.5",
"react-transition-group": "2.5.3",
"underscore": "1.9.1"
},