UNPKG
table2array
Version:
latest (0.0.2)
0.0.2
0.0.1
Converts HTML table to Javascript array
github.com/freearhey/table2array
freearhey/table2array
table2array
/
tests
/
__data__
/
expected
/
rowspan.js
7 lines
(6 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
[ [
'Parent'
,
'Child'
], [
'Marry'
,
'Sue'
], [
'Marry'
,
'Steve'
], [
'Marry'
,
'Tom'
] ]