Add a ColumnTransformer system to Spinner.

This commit is contained in:
Greyson Parrelli
2022-02-23 18:22:58 -05:00
committed by Alex Hart
parent 935dd7de45
commit f4002850bb
9 changed files with 215 additions and 163 deletions

View File

@@ -47,7 +47,7 @@
{{#each queryResult.rows}}
<tr>
{{#each this}}
<td>{{this}}</td>
<td>{{{this}}}</td>
{{/each}}
</tr>
{{/each}}