- What is a complex table?
- How to fit a wide data table on mobile screens without losing its purpose and readability?
- What some alternative ways to present tabular data instead of the standard table in the UI?
What is a complex table?
A complex table (CT) is a two-dimensional representation of a business object with a single table of multiple columns. Despite its name, a complex table is a flat table. It is considered "complex" only in relation to a data table.
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.
What some alternative ways to present tabular data instead of the standard table in the UI?
Also another method would be to use graphical elements like Pie Charts, graph bars etc.