Pre-v2 tables had a "list view" when being viewed on smaller screens. This helped out users viewing on mobile devices filter and parse table data much easier. In the effort to quickly get to the milestone of v2, these were foregone since the tables were getting refactored anyways.

The goal here would be to have a single "MobileTable" component that could work across any of the base 3 data types, and simply display a set number of paginated rows in a list format.
Pre-v2 tables had a "list view" when being viewed on smaller screens. This helped out users viewing on mobile devices filter and parse table data much easier. In the effort to quickly get to the milestone of v2, these were foregone since the tables were getting refactored anyways.
The goal here would be to have a single "MobileTable" component that could work across any of the base 3 data types, and simply display a set number of paginated rows in a list format.