Skip to content

Commit b8c9712

Browse files
committed
fix wrong story code
1 parent e4589eb commit b8c9712

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/react-bootstrap-table2-example/examples/csv/export-footer.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ const columns = [{
4848
data={ products }
4949
columns={ columns }
5050
exportCSV={ {
51-
fileName: 'custom.csv',
52-
separator: '|',
53-
ignoreHeader: true,
54-
noAutoBOM: false,
55-
blobType: 'text/csv;charset=ansi'
51+
ignoreFooter: false
5652
} }
5753
>
5854
{

0 commit comments

Comments
 (0)