1.0.3 • Published 2 years ago

simple-table-package v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago