ItemTable currently uses the [material-table](https://material-table.com/#/) library. This works well for a simple table view with sorting, however it does not allow for the complete styling needed for a responsive interface. [react-table](https://github.com/tannerlinsley/react-table) is a barebones library meant for building a table but makes no styling decisions for the user. Rewriting the ItemTable using react-table would allow for the type of custom styling needed to achieve a tabular interface on large screens and a card-like interface on small screens. _Example: [github.com/ArsenyYankovsky/react-responsive-cards-table](https://github.com/ArsenyYankovsky/react-responsive-cards-table)_ 