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
7 changed files with 8 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-editor", "name": "react-bootstrap-table2-editor",
"version": "1.4.0", "version": "1.3.2",
"description": "it's the editor addon for react-bootstrap-table2", "description": "it's the editor addon for react-bootstrap-table2",
"main": "./lib/index.js", "main": "./lib/index.js",
"scripts": { "scripts": {

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-example", "name": "react-bootstrap-table2-example",
"version": "1.0.36", "version": "1.0.30",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"private": true, "private": true,

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-filter", "name": "react-bootstrap-table2-filter",
"version": "1.3.0", "version": "1.1.12",
"description": "it's a column filter addon for react-bootstrap-table2", "description": "it's a column filter addon for react-bootstrap-table2",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-paginator", "name": "react-bootstrap-table2-paginator",
"version": "2.1.0", "version": "2.0.8",
"description": "it's the pagination addon for react-bootstrap-table2", "description": "it's the pagination addon for react-bootstrap-table2",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-toolkit", "name": "react-bootstrap-table2-toolkit",
"version": "2.1.1", "version": "2.0.1",
"description": "The toolkit for react-bootstrap-table2", "description": "The toolkit for react-bootstrap-table2",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table-next", "name": "react-bootstrap-table-next",
"version": "3.3.3", "version": "3.1.9",
"description": "Next generation of react-bootstrap-table", "description": "Next generation of react-bootstrap-table",
"main": "./lib/index.js", "main": "./lib/index.js",
"repository": { "repository": {
@@ -36,7 +36,7 @@
} }
], ],
"dependencies": { "dependencies": {
"classnames": "2.2.5", "classnames": "^2.2.5",
"react-transition-group": "2.5.3", "react-transition-group": "2.5.3",
"underscore": "1.9.1" "underscore": "1.9.1"
}, },