@carbondojo/react-table

0.3.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i @carbondojo/react-table

    Weekly Downloads

    4

    Version

    0.3.0

    License

    MIT

    Unpacked Size

    85.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • mihirpathak97