You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`jsonfromtable` function takes two arguments `options` and `headers.
29
+
`jsonfromtable` function takes two arguments `options` and `headers`.
30
30
31
31
## Options
32
32
@@ -66,9 +66,9 @@ options = {
66
66
67
67
## Headers
68
68
69
-
If the table already has `<th>`tag then you don't need to worry about headers.
69
+
If the table already has `<th>`tags then you don't need to worry about headers.
70
70
71
-
If the table doesn't have `<th>`tag then you need to pass headers on your own. Make sure no of items in headers in equal to the no of columns of table.
71
+
If the table doesn't have `<th>`tags then you need to pass headers on your own. Make sure no of items in headers in equal to the no of columns of table.
72
72
73
73
```js
74
74
headers = ['header1', 'header2', 'header3']
@@ -78,4 +78,4 @@ If your table has `<th>` tags as headers but you want to pass your own header th
0 commit comments