Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTable and stickyHeader #1824

Closed
VividLemon opened this issue Mar 22, 2024 Discussed in #1225 · 1 comment
Closed

BTable and stickyHeader #1824

VividLemon opened this issue Mar 22, 2024 Discussed in #1225 · 1 comment
Assignees

Comments

@VividLemon
Copy link
Member

Discussed in #1225

Originally posted by rubebop June 27, 2023
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.

@VividLemon VividLemon self-assigned this Mar 22, 2024
@VividLemon
Copy link
Member Author

fixed by f2973bb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant