Closed HoniWhy closed 1 year ago
@HoniWhy We have multiple examples in the documentation like https://volkovlabs.io/plugins/volkovlabs-dynamictext-panel/recipes/#iterate-through-all-fields-in-each-record
Let me know if it helps.
Thanks for your help and continuous development of Dynamic Text plugin. I somehow misunderstood the example and missed "All Rows should be selected in the Panel options." part 🤦 This one is resolved
@HoniWhy Thank you for confirming.
Hello! I'm having a hard time handling this kind of json:
Basically each column has a single value and i'd like to go through them with {{#each}} handlebar with no luck. Is there any easy way of doing this? Referencing each field like this feels wrong:
Surely there is a better way to handle this. I did some tinkering, and i'm pretty sure there is no direct way (plain grafana) of turning Labels into Rows with their Values being in the separate row. Perhaps there is some helper i'm not aware of?