Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-tabulator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabulator

React Tabulator component

  • 0.5.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.9K
decreased by-34%
Maintainers
1
Weekly downloads
 
Created
Source

react-tabulator

Build Status

React Tabulator is based on tabulator - an advanced table library with many useful features.

  • Live Demo: Codesandbox

Screenshot

🌟 Features

Tabulator's features plus:

  • React 16.5.x
  • Typescript 3.x
  • Tslint
  • Jest-puppeteer for testing

📦 Usage

$ npm install react-tabulator

import 'react-tabulator/lib/styles.css'; // default theme
import { ReactTabulator } from 'react-tabulator';

<ReactTabulator data={data} />
For React 15.x, install it using this branch:

$ npm install git://github.com/ngduc/react-tabulator.git#use-react-15 --save

🔧 Commands

Require: NodeJS v8.12.0 + and yarn (optional)

$ npm run dev      Launch DEV mode
$ npm run build    Make a build

$ yarn test        Run tests using jest-puppeteer (with headless Chrome)

📖 Documentation

Change Log

🙌 Thanks

All contributions are welcome!

Tabulator

Keywords

FAQs

Package last updated on 16 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc