1.0.25 • Published 1 year ago
w-jsonview-table v1.0.25
w-jsonview-table
A wrapper for json.human.js.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
small data: ex-small.html [source code]
large data: ex-large.html [source code]
formatter: ex-formatter.html [source code]
Installation
Using npm(ES6 module):
Note: w-jsonview-table is not dependent on any package.
npm i w-jsonview-table
By import:
import jv from 'w-jsonview-table'
let data={a1:123,b1:'xyz',c1:1.2,3.4,'5.6',false,d1:{cid:'WK2WHS',name:'peter',unique:false}} let ele=document.querySelector('#id')
jv(data, element)
### In a browser(UMD module):
Add script for w-jsonview-table.
```alias
<script src="https://cdn.jsdelivr.net/npm/w-jsonview-table@1.0.25/dist/w-jsonview-table.umd.js"></script>
Directly use:
let jv=window['w-jsonview-table']
let data={a1:123,b1:'xyz',c1:[1.2,3.4,'5.6',false],d1:{cid:'WK2WHS',name:'peter',unique:false}}
let ele=document.querySelector('#id')
jv(data, ele)
1.0.25
1 year ago
1.0.24
1 year ago
1.0.22
2 years ago
1.0.23
2 years ago
1.0.21
3 years ago
1.0.19
4 years ago
1.0.20
3 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago