Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit 9bdac32

Browse files
author
Ken Berkeley
committed
[new feature] col.label takes precedence over col.title in HeaderSettings
1 parent a4572b7 commit 9bdac32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HeaderSettings/ColumnGroup.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:disabled="typeof col.visible === 'string'"
1313
@change="handleChange(idx, $event.target.checked)">
1414
<label :for="col.fieldId">
15-
{{ col.title }}
15+
{{ col.label || col.title }}
1616
<i v-if="col.explain" class="fa fa-info-circle cursor-help" :title="col.explain"></i>
1717
</label>
1818
</li>

0 commit comments

Comments
 (0)