How To Create Responsive Tables With Flexbox and React

With some CSS and a small collection of simple React components, you can easily customize responsive tables

Gerard van der Put
Better Programming
Published in
6 min readMar 18, 2021

--

Example of responsive tables
What we will create today! Photo by the author.

Popular frameworks like Bootstrap and Semantic UI all have components that you can use to create responsive tables or grids. But there are downsides to using those solutions. First of all…

--

--