mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fix #4543: Column: headercheckboxicon slot not working
This commit is contained in:
parent
ff35d6d0df
commit
2173790079
3 changed files with 1 additions and 12 deletions
|
@ -36,7 +36,6 @@
|
|||
@constraint-add="$emit('constraint-add', $event)"
|
||||
@constraint-remove="$emit('constraint-remove', $event)"
|
||||
@apply-click="$emit('apply-click', $event)"
|
||||
:headerCheckboxIconTemplate="headerCheckboxIconTemplate"
|
||||
:pt="pt"
|
||||
/>
|
||||
</template>
|
||||
|
@ -119,7 +118,6 @@
|
|||
@constraint-add="$emit('constraint-add', $event)"
|
||||
@constraint-remove="$emit('constraint-remove', $event)"
|
||||
@apply-click="$emit('apply-click', $event)"
|
||||
:headerCheckboxIconTemplate="headerCheckboxIconTemplate"
|
||||
:pt="pt"
|
||||
/>
|
||||
</template>
|
||||
|
@ -226,10 +224,6 @@ export default {
|
|||
filterInputProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
headerCheckboxIconTemplate: {
|
||||
type: Function,
|
||||
default: null
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue