Table

Mobile friendly table

Mobile friendly table
  1. What is a responsive table?
  2. How to make table responsive in CSS?
  3. How to fit a wide data table on mobile screens without losing its purpose and readability?

What is a responsive table?

Responsive Tables

A responsive table will display a horizontal scroll bar if the screen is too small to display the full content. Resize the browser window to see the effect: First Name. Last Name.

How to make table responsive in CSS?

The primary method of making a responsive table is to add a class table table-responsive inside the table tag. To make a table responsive, we wrap the whole table inside a container tag like div with property overflow-x equals to auto .

How to fit a wide data table on mobile screens without losing its purpose and readability?

Use Smaller Type

Using smaller text should actually make tables more readable because it provides enough room for the content to fit well. Many try to get as much content into a table as possible, but if you use large text, you'll have to take that space from margins and padding, which would reduce readability.

Multi Selection Processing Status UI/UX
What are the 4 core processes of designing UX?What are the stages of UX design?What is the best UI for multi selecting from a list?Which control is u...
Programming platform UX
What is UX in programming?What is a platform in UX design?Does UX involve programming?Does UI UX involve programming? What is UX in programming?User...
How to handle multiple buttons with actions
How to add multiple action listeners for multiple buttons in Java Swing?How to select one button from multiple buttons in javascript?How do I add two...