Array to Table
Convert an array of objects to a simple markdown table.
Install
- Download the latest package
- NPM:
npm install array-to-table
Usage
Node.js / Browserify
var arrayToTable =
Example
Input
Output
Id | Icon | Name |
---|---|---|
004 | Charmander | |
005 | Charmeleon | |
006 | Charizard | |
151 | Mew |
License
Licensed under The MIT License.