Table striped data does not work in production build #188
Labels
bug
Something isn't working
prioritization-required
This issue needs to be prioritized for future releases.
Describe the bug
When
data-striped-row
attribute is set on thecod-table
element in the production build, the striping does not work.This is most likely due to the same issue #134, since we can see that the attribute is not being propagated to children elements successfully:
We should also check if
data-striped-col
anddata-col
are working correctly in the production build.To Reproduce
Steps to reproduce the behavior:
data-striped-row
to"true"
Solution
We need to set the children attributes both on attribute change and in the slotchange callback as described in #134. We can use mixins introduced in #140 to do so.
The text was updated successfully, but these errors were encountered: