1.0.2 • Published 6 years ago

fastable v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Fastable

Quick HTML table generator.

Implementation

It's very easy to implement Fastable as it is now. The two principal ways are:

  • Installing via npm
npm install fastable

Then you can import { Fastable } from 'fastable' or link fastable.bundle.js as shown below.

  • Direct linking

You can also download dist/fastable.bundle.js and refer to it in your HTML file.

<script src="fastable.bundle.js"></script>
  • Usage

To use Fastable, you must create a new Fastable object first.

var fast = new Fastable();

More details on the example folder.

Example

A small example.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago