1.0.0 • Published 3 years ago

minimal-react-table v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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