# @carbondojo/react-table

> React wrapper for JQuery data tables

Latest version **0.3.0** (published 2019-09-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @carbondojo/react-table
pnpm add @carbondojo/react-table
yarn add @carbondojo/react-table
bun add @carbondojo/react-table
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2019-09-04 |
| First published | 2019-08-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 83.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Mihir Pathak |
| Maintainers | mihirpathak97 |

## Links

- npm: https://www.npmjs.com/package/@carbondojo/react-table
- Repository: https://github.com/mihirpathak97/react-table
- Homepage: https://github.com/mihirpathak97/react-table#readme
- Issues: https://github.com/mihirpathak97/react-table/issues
- npm.io page: https://npm.io/package/@carbondojo/react-table

## Recent versions

- 0.3.0 (latest) — 2019-09-04
- 0.2.0 — 2019-08-30

## README

# React Table

> A tiny, fast performing React.js table component

[![NPM](https://img.shields.io/npm/v/@carbondojo/react-table.svg)](https://www.npmjs.com/package/@carbondojo/react-table)
[![Dependencies](https://img.shields.io/david/mihirpathak97/react-table)](http://david-dm.org/mihirpathak97/react-table)
[![Style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e)](https://github.com/styled-components/styled-components)
![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@carbondojo/react-table)
![GitHub](https://img.shields.io/github/license/mihirpathak97/react-table)

## Install

```bash
npm install --save @carbondojo/react-table
```

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

## Usage

```tsx
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](https://mihirpathak.in)

---
_Source: https://npm.io/package/@carbondojo/react-table · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
