Reputation: 41
Some days ago, on ALL of my <b-table>
which were using stacked="md"
property, the table headers row disappeared. If I remove this property, headers row becomes visible, but I needed this property for stacking tables on low resolution or mobile displays.
Header row was visible before and I don't understand why it's disappearing now. When I add this prop to table on official bootstrap-vue site it disappears there too. Maybe it was updated and it's suppose to has other behavior?
Example: https://cdn1.imggmi.com/uploads/2019/8/19/50fe617509fccfb770a19a58542c8e1b-full.jpg
Upvotes: 2
Views: 233
Reputation: 1447
I faced the same problem and after I did some tests I assume it was a bug in v2.0.0-rc.28. Thanks to @Hiws comment, I was able to find the "official" report of the bug in a discord channel and then, the actual commit where this bug is fixed:
https://github.com/bootstrap-vue/bootstrap-vue/commit/2302b31d63290abcf72b52d3ddb5d6a6767ec356
So, it is officially a bug and it will be fixed in next version (probably 2.0.0 stable).
Upvotes: 2