Skip to content

Commit

Permalink
Update render-table-header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mochimochiki authored Apr 22, 2024
1 parent f1d9ab7 commit 85beaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/csv/render-table-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{- /* column codeを利用する場合 */}}
{{- if $useColumnCode }}
{{- if eq $rowIndex (sub $head 1) }}
{{- $columnId := partial "csv/get-column-id.html" (dict "row" $rowData "index" $i) }}
{{- $columnId = partial "csv/get-column-id.html" (dict "row" $rowData "index" $i) }}
{{ $cell = partial "csv/trim-column-id.html" $cell }}
{{- end}}
{{- end}}
Expand All @@ -42,4 +42,4 @@
</tr>
{{- end }}
{{- end }}
</thead>
</thead>

0 comments on commit 85beaf3

Please sign in to comment.