1.0.3 • Published 2 years ago
simple-table-package v1.0.3
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: 'john@example.com' }, { id: 2, name: 'Jane Smith', email: 'jane@example.com' }, ;
const columns = ['id', 'name', 'email'];
const myTable = new SimpleTable(data, columns);
myTable.render();
License
MIT Package