3.0.0-9 • Published 1 year ago

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

Weekly downloads
10
License
MIT
Repository
github
Last release
1 year 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

1 year ago

3.0.0-6

1 year ago

3.0.0-9

1 year ago

3.0.0-8

1 year ago

2.0.5

1 year ago

3.0.0-0

1 year ago

3.0.0-3

1 year ago

3.0.0-2

1 year ago

3.0.0-5

1 year ago

3.0.0-4

1 year ago

2.1.0

1 year ago

1.0.2

5 years ago

1.0.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.1-0

5 years ago

0.1.0

5 years ago

0.0.7

5 years ago