UX challenge: How to deal with very long and wide tables?
One way to handle a wide range of columns is to merge the related columns into one. This can come handy when you don’t necessarily require to have your data listed in excel (tabular) format.
In a recent project I merged all address related columns into one, and avoided any cluttering. This…
