This is just a tip for people like me who struggle to display a value associated with an ID in a reactive-table. The best solution I found was to use meteor-collection-helpers.
Here is an example how to users it (took from collection-helpers readme):
This is just a tip for people like me who struggle to display a value associated with an ID in a reactive-table. The best solution I found was to use meteor-collection-helpers. Here is an example how to users it (took from collection-helpers readme):
The idea is simple, once you have setup the helpers to get the value you want. You just have to call it from reactive-table settings.