mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-06-29 13:40:07 +00:00
Compare commits
2 Commits
react-boot
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b8c9712e91 | ||
|
|
e4589eb358 |
@@ -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
|
||||
} }
|
||||
>
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"classnames": "2.2.5",
|
||||
"classnames": "^2.2.5",
|
||||
"react-transition-group": "2.5.3",
|
||||
"underscore": "1.9.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user