Material-UI Table with sorting, filtering and conditional rendering
npm install --save @allpro/react-sortable-table
import React, { Component } from 'react'
import MyComponent from '@allpro/react-sortable-table'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © allpro