Is there a way to normally display documents returned by map function in the table view mode? Right now each document shows up in a separate column:

I see that return type is different (map returns array of object, where find returns DBQuery object). Is there a way to return data from map so it works correctly with table view mode? If not, would it be possible to update the app so that table view mode works correctly in this case?
@knovoselic
Hi Kristijan, we have reproduced the problem. We confirm that table mode view does not show the object details; each time user need to right click then view documents to see it. We have put this in our list and will consider it for next release. We will look for workaround solution though, it might be related to fact that result is an array. - Warm Regards from Robomongo Team.
Possible duplicate of https://github.com/paralect/robomongo/issues/522
Hi, just wondering if there is any update on this one?
Hi @isaacmcn , unfortunately not yet, we have been very busy delivering support for MongoDB 3.4.
Any workaround?