We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7af287 commit 869b9f7Copy full SHA for 869b9f7
templates/react/components/foo/List.js
@@ -45,8 +45,7 @@ class List extends Component {
45
{{#each fields}}
46
<th>{{name}}</th>
47
{{/each}}
48
- <th></th>
49
+ <th colSpan={2}></th>
50
</tr>
51
</thead>
52
<tbody>
templates/vue/components/foo/List.vue
@@ -43,8 +43,7 @@
43
44
{{/each }}
+ <th colspan="2"></th>
0 commit comments