B-table header-checkable doesn't have the same is-checked property as the checkboxes in the rows? #4054
Replies: 2 comments 18 replies
-
@liliannemueller Excellent question! There may be a styling conflict occurring in the background. I'll need to dive deeper into the documentation and source code to determine if there's a clear reason why the 'is-checked' style isn't applying. Could you provide a code example of how you're attempting to apply the style? Also, what version of Buefy/Vue are you using? |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, that was my typo, I do have but it's still not working. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
So when a checkbox in a b-table is checked, the class
"is-checked"is added to the element. Is there a different property that gets added to the header checkbox? I am using the "is-checked" class to style my checkboxes dynamically but am unable to apply the same style to my header checkbox. Please help!Beta Was this translation helpful? Give feedback.
All reactions