Compare commits

..

12 Commits

Author SHA1 Message Date
AllenFang
ae4f503b30 Publish
- react-bootstrap-table2-example@1.0.36
 - react-bootstrap-table2-toolkit@2.1.1
 - react-bootstrap-table-next@3.3.3
2019-12-07 17:24:55 +08:00
Allen
0e7c145f96 Merge pull request #1195 from react-bootstrap-table/develop
20191207 release
2019-12-07 17:23:37 +08:00
AllenFang
3d37a31103 Publish
- react-bootstrap-table2-example@1.0.35
 - react-bootstrap-table-next@3.3.2
2019-12-02 19:55:23 +08:00
Allen
f4f6649b91 Merge pull request #1186 from react-bootstrap-table/develop
20191202 release
2019-12-02 19:50:39 +08:00
AllenFang
4daa5ef4d7 Publish
- react-bootstrap-table2-example@1.0.34
 - react-bootstrap-table-next@3.3.1
2019-11-16 14:59:15 +08:00
Allen
acb9c9f61e Merge pull request #1166 from react-bootstrap-table/develop
20191116 release
2019-11-16 14:56:01 +08:00
AllenFang
5a44384e3c Publish
- react-bootstrap-table2-example@1.0.33
 - react-bootstrap-table2-filter@1.3.0
 - react-bootstrap-table-next@3.3.0
2019-11-09 15:03:03 +08:00
Allen
ec742a43f6 Merge pull request #1149 from react-bootstrap-table/develop
20191109 release
2019-11-09 15:01:06 +08:00
AllenFang
be916d81a3 Publish
- react-bootstrap-table2-example@1.0.32
 - react-bootstrap-table-next@3.2.1
2019-09-30 13:04:37 +08:00
Allen
49d1ce8812 Merge pull request #1109 from react-bootstrap-table/develop
20190929 release
2019-09-30 13:01:54 +08:00
AllenFang
cf5b24e9e8 Publish
- react-bootstrap-table2-editor@1.4.0
 - react-bootstrap-table2-example@1.0.31
 - react-bootstrap-table2-filter@1.2.0
 - react-bootstrap-table2-paginator@2.1.0
 - react-bootstrap-table2-toolkit@2.1.0
 - react-bootstrap-table-next@3.2.0
2019-09-08 15:31:51 +08:00
Allen
da86b4aa1a Merge pull request #1087 from react-bootstrap-table/develop
20190908 release
2019-09-08 15:30:23 +08:00
7 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "react-bootstrap-table2-editor", "name": "react-bootstrap-table2-editor",
"version": "1.3.2", "version": "1.4.0",
"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,7 +48,11 @@ const columns = [{
data={ products } data={ products }
columns={ columns } columns={ columns }
exportCSV={ { exportCSV={ {
ignoreFooter: false fileName: 'custom.csv',
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.30", "version": "1.0.36",
"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.1.12", "version": "1.3.0",
"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.0.8", "version": "2.1.0",
"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.0.1", "version": "2.1.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.1.9", "version": "3.3.3",
"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"
}, },