How to print multi JSONdata
- Dominant language
- JavaScript
- Stars
- 4.5k
- Forks
- 688
- PR merge metrics
- No merged PRs in 30d
Description
Dear author @crabbly
In the example as follow:
```
someJSONdata = [
{
name: 'John Doe',
email: 'john@doe.com',
phone: '111-111-1111'
},
{
name: 'Barry Allen',
email: 'barry@flash.com',
phone: '222-222-2222'
},
{
name: 'Cool Dude',
email: 'cool@dude.com',
phone: '333-333-3333'
}
]
Print JSON Data
```
And now I have another **someJSONdata2**, How to use **someJSONdata** and **someJSONdata2** in printJS ?
Is it possible like this `printable: [someJSONdata, someJSONdata2]` ?
I just want to print two table.
thank you
#536
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.