minimal-react-table

1.0.0 • Public • Published

minimal-react-table

Simple React Table with filtering, sorting and pagination

NPM JavaScript Style Guide

Install

npm install --save minimal-react-table

Usage

import React, { Component } from 'react'

import TableComponent from 'react-table'

class Example extends Component {
  data = [{name: 'John Doe', age: 45}]
  render() {
    return <TableComponent
      data={data}
    />
  }
}

License

MIT © fabrv

Readme

Keywords

none

Package Sidebar

Install

npm i minimal-react-table

Weekly Downloads

0

Version

1.0.0

License

none

Unpacked Size

37.8 kB

Total Files

7

Last publish

Collaborators

  • fabrv