npm.io
0.3.0 • Published 7 years ago

@carbondojo/react-table

Licence
MIT
Version
0.3.0
Deps
0
Size
83 kB
Vulns
0
Weekly
0

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