simple-table-package

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i simple-table-package

Weekly Downloads

5

Version

1.0.3

License

ISC

Unpacked Size

11.1 kB

Total Files

5

Last publish

Collaborators

  • sushmitha_ep