New release of reveal adds nested column support for table views. You can see it in action on this screenshot: a map with reflection data about a class shows columns for nested keys in reflection maps where previously it showed only 2 columns (key and val). Free: 1.3.223, Pro: 1.3.258
Ah! You're right. The nested data in my example was inside a vector, that's what prevented it from expanding.
it actually expands vectors too.. maybe it was depth cap?
I'll try it again and see.
This is so cool. I just tried it on some nested data and it worked very well!
would it be easy to support multiple levels of nesting?
Nice! Not sure I understand your question, it already infers nested columns recursively... I capped depth of inference by 3 levels deep for now though, because I was worried tables will be too wide..