Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.18 KB

File metadata and controls

44 lines (31 loc) · 1.18 KB

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