0.3.0 • Published 5 years ago

@carbondojo/react-table v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

React Table

A tiny, fast performing React.js table component

NPM Dependencies Style: styled-components npm bundle size (scoped) GitHub

Install

npm install --save @carbondojo/react-table

Feature

  • Very tiny footprint - ~5KB minified
  • Zero dependencies 👌🏻
  • Incredibly fast - filter large data sets with ease

Usage

import * as React from 'react'

import ReactTable from '@carbondojo/react-table'

class Example extends React.Component {
  render () {
    return (
      <ReactTable data={data} columns={columns} filters={filters}  />
    )
  }
}

API

TODO

License

MIT © 2019 Mihir Pathak