simple-table-package
v1.0.3
Published
A Customised Grid with various Options
Downloads
2
Readme
SIMPLE-TABLE-PACKAGE-js
What is this?
A Customised Grid with various Options
##Installation
Run npm i simple-table-package
FEATURES
Javascript grid
How to use?
import * as SimpleTable from "simple-table-package";
const data = [ { id: 1, name: 'John Doe', email: '[email protected]' }, { id: 2, name: 'Jane Smith', email: '[email protected]' }, ];
const columns = ['id', 'name', 'email'];
const myTable = new SimpleTable(data, columns);
myTable.render();
License
MIT Package