Tables are so amazing - in how they allow you to both display and edit whatever data your resource query spits out.
If transposed...you get an editable Key-Value like component...which is so useful for so many internal tools that need to display a single record and allow the user to edit its fields.
All the features required already exist within the current Table component. It's a purely visual transposition!
Either I'm going crazy and it doesn't exist - or the universe is. Lol.
@Arjun I agree, in theory if you could click a checkbox which transposed the table, so that the columns ran down the left, and the values along the top, it would be great.....however on reflection I think the coding would actually be quite heavyweight (from my limited software dev experience). Also, the difference between just transposing, and aggregating - pivot tables can be used to transpose but they are really designed for aggregating, and only really designed for numerical data.
That said, it took me a year to work out how to implement a pivot table custom component, I've now implemented it in a module and I just drop it in to whichever app I need a table in. I'll try and paste the updated code, it is a bit of effort but it's really 'do once'.