Add exporting to CSV (#2147)

This commit is contained in:
Nicolas Gotchac
2016-10-25 18:26:47 +02:00
parent 92bdfb1234
commit 61f41cdbe2
4 changed files with 77 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ class Accounts extends Component {
<ActionbarExport
key='exportAccounts'
content={ accounts }
filename='accounts.json' />,
filename='accounts' />,
this.renderSearchButton(),
this.renderSortButton()

View File

@@ -105,7 +105,7 @@ class Addresses extends Component {
<ActionbarExport
key='exportAddressbook'
content={ contacts }
filename='addressbook.json' />,
filename='addressbook' />,
this.renderSearchButton(),
this.renderSortButton()