Wrapper component for Material-UI & react-table.
See Storybook.
yarn add @aginix/mui-react-tableNote that @aginix/mui-react-react has peer-dependencies on @material-ui/core, @material-ui/core and react-table, all of which can also be installed from npm if your project doesn't already use them.
yarn storybook
cd example
yarn install
yarn start
yarn build
yarn test