Rsponsive Design For the Table element

Table responsive design as always be a struggle for web developper :).

The known approachs are

  • As @dorilama says, have a horizontal scroll
  • Group some columns together for displaying information in a same cell
  • Admit that table design is not great for mobile, and use a completly different view, like a grid view with cards

Each solution as pros and cons, and will be implemented differently

2 Likes