Best way to Display Responsive Tables on Small Breakpoints?

I have a web-based dashboard with several tables spanning 80% of the page width.
Its a very typical responsive table design. A few columns (3-10), many rows (up to 100+), pagination, search filters etc.
S/N
Name
Status
Timestamp
Descri…
share this post : )
Value can only be assigned to one item per category in a table (Radio button-like use case without using Radio buttons)

I have a table with a list of items & various columns.
One of the columns is Type, of which the possible values are A, B, C etc…
The user is able to assign a binary value Is X?=YES or NO via a dropdown.
At any one time, only a single…
share this post : )
How to display Serial Number for items in Table with Expanded Rows?

I have a generic table with a list of items and columns. Some items can be expanded via an ‘expand row’ icon located at the leftmost side of the table, which displays a list of subitems underneath the item row.
I need to show S/N or serial…
share this post : )
Designing interface to accommodate physical devices with different number & layout of ports

The following device is a network switch.
This particular model contains 24 ports, arranged into 2 rows with 12 ports on each.
There exists hundreds of models of switches, each with different number & physical arrangement of ports.
I …
share this post : )
How to ask users to confirm an item as True Positive or False Positive

I have an ML system which classifies a series of objects. These objects have a possible status X assigned by the system.
This information is displayed on a dashboard table to users.
An example output is below:
Object
Is X?
A
X
B
…