1.2.1 • Published 1 year ago

@thecassion/react-material-ui-table v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-material-ui-table

A library that helps create material-ui table /serverside easily

NPM JavaScript Style Guide

Install

npm install --save @thecassion/react-material-ui-table

Usage

import React, { Component } from 'react'

import {Table} from '@thecassion/react-material-ui-table'

function Example extends {
  render () {
    return (
      <Table data={[]} />
    )
  }
}

License

MIT © thecassion

1.2.0

1 year ago

1.2.1

1 year ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago