Column: headercheckboxicon slot not working #4543
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Context:
Usage in DataTable component;
Bug:
Using the
headercheckboxicon
slot doesn't overwrite the header checkbox fallback icon.Reproducer
https://codesandbox.io/p/sandbox/objective-morning-8yk4w3
PrimeVue version
3.35.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
Version 117.0
Steps to reproduce the behavior
selection-mode
attribute to"multiple"
;headercheckboxicon
slot to replace the "select all" checkbox icon;rowcheckboxicon
slot to replace rows checkbox icon;Though the
rowcheckboxicon
seems to work as expected, the "select all" checkbox fallback icon isn't being replaced withheadercheckboxicon
slot's content.Expected behavior
Content passed through the
headercheckboxicon
slot should replace checkbox fallback icon.The text was updated successfully, but these errors were encountered: