Fork me on GitHub
#reveal
<
2021-10-04
>
vlaaad20:10:36

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

nate22:10:28

This is so cool. I just tried it on some nested data and it worked very well!

nate22:10:57

would it be easy to support multiple levels of nesting?

vlaaad05:10:30

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..

nate13:10:19

Ah! You're right. The nested data in my example was inside a vector, that's what prevented it from expanding.

vlaaad13:10:42

it actually expands vectors too.. maybe it was depth cap?

nate14:10:45

I'll try it again and see.