reveal

vlaaad 2021-10-04T20:36:36.062200Z

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

nate 2021-10-05T13:18:19.067700Z

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

vlaaad 2021-10-05T13:46:42.067900Z

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

nate 2021-10-05T14:30:45.068400Z

I'll try it again and see.

nate 2021-10-04T22:24:28.062600Z

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

nate 2021-10-04T22:24:57.062800Z

would it be easy to support multiple levels of nesting?

vlaaad 2021-10-05T05:11:30.063Z

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