Replies: 1 comment 1 reply
-
Any workaround to this problem? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how to create a BTable with a given size with a stickyHeader.
In BV 2 that was pretty convenient as setting the property as follows worked well:
:sticky-header="availableTableHeight"
,where
availableTableHeight
was in my case a computed property giving values such as "381px".In the documentation of this project it seems that the aforementioned property is also available, only as a booleanish value.
If I use that property now:
sticky-header
(i.e. implicitely set as true): I can't observe any effect, why?Even if I observed an effect, how could I set a given length? If set a certain length on that element or a parent element (such as a div), the table is just as long as the data.
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions