Files
discourse-data-explorer/assets/javascripts/discourse/components/query-row-content.hbs
T

6 lines
84 B
Handlebars
Raw Normal View History

2022-12-13 09:21:01 -06:00
<tr>
{{#each this.results as |result|}}
<td>{{result}}</td>
{{/each}}
</tr>