New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fastable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastable

A fast and minimalistic way of rendering HTML tables.

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

Keywords

tables

FAQs

Package last updated on 24 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts