3.0.0-9 • Published 2 years ago

@dccs/react-table-mui v3.0.0-9

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

react-table-mui

A npm package that implements react-table-plain for Material-UI.

travis build npm version

Usage

import {TableMui} from "@dccs/react-table-mui";

function List() {
    return <TableMui data={[]} />
}

Version < 1.0

In all versions lower than 1.0 react-table-mui was designed as a theme to _react-table-plain.

Since version 1.0 react-table-mui is a stand alone lib that is fully bound to Mui.

Usage

import { TablePlain } from "@dccs/react-table-plain"
import { tableMuiTheme } from "@dccs/react-table-mui"

function List() {
  return <TablePlain {...tableMuiTheme} data={...} />
}
3.0.0-7

2 years ago

3.0.0-6

2 years ago

3.0.0-9

2 years ago

3.0.0-8

2 years ago

2.0.5

2 years ago

3.0.0-0

2 years ago

3.0.0-3

2 years ago

3.0.0-2

2 years ago

3.0.0-5

2 years ago

3.0.0-4

2 years ago

2.1.0

2 years ago

1.0.2

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.1-0

6 years ago

0.1.0

6 years ago

0.0.7

7 years ago