tabulator

Put data into tables

Usage no npm install needed!

<script type="module">
  import tabulator from 'https://cdn.skypack.dev/tabulator';
</script>

README

tabulator

Put data into tables

designing version downloads build coverage climate dependencies

language: English also available in: Spanish

Install

$ npm install tabulator

Example

var Tabulator = require('tabulator').Tabulator;
var tabulator = new Tabulator();

var data=sql.query('SELECT * FROM data');

var matrix=tabulator.toMatrix(data);

res.send(tabulator.toHtmlTable(matrix));

License

MIT