UNPKG

table2array

Version:

Converts HTML table to Javascript array

19 lines (18 loc) 246 B
<table border="1"> <thead> <tr> <th>Name</th> <th>Age</th> </tr> </thead> <tbody> <tr> <td>Chester</td> <td>41</td> </tr> <tr> <td>Steve</td> <td>56</td> </tr> </tbody> </table>