If you are looking for a Material-UI table React component, here is the simple Material-UI Table React component with adding and removable table row. Custom styles and Icons have also been added to explain the Material UI library. This component also demonstrates how to add and remove table rows dynamically for Material-UI table.
If you already don’t know, Material-UI is a library that allows you to import and use different components to create a user interface in React applications. This saves a lot of time, and provide very good functionality that the developers do not need to write everything from scratch.
To use this component in your react app, have a look at this following gist:
Just save the MaterialTable.js in components folder and call it in the App.js or whatever file you have to, by importing. Check the attached screenshot what it looks.
Hope this helps.