-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Table Headers Disappear with Pagination #992
Comments
Fixed e2f1afe |
Thanks! |
Hello, I'm running into this problem too in 0.6.7. How can I get the fix? Also I'm using the pre-built buefy.min.js and buefy.min.css files from the npm install if this makes a difference. |
We'll release next version 0.7.0 in this week |
Also waiting on the new version to get this crucial fix. |
This is still happening in 0.7.2 |
@kraucy Are you using v-text or v-html ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the problem
Buefy version: [0.6.7]
Vuejs version: [2.5.17]
OS/Browser: Firefox/MacOS
Description
When using pagination on a table, toggling the "paginated" property, the table loses it's headers. The headers show on first load and when you "show all" but when choose to paginate them again, the disappear.
Steps to reproduce
This looks like it only occurs when using a slot-scope with the
<b-table-column>
elements.A working example is in the Buefy Table documentation under Pagination and sorting. https://buefy.github.io/documentation/table/
Here is the CodePen https://codepen.io/suxur/pen/oPdPOE
Expected behavior
The headers to not disappear
Actual behavior
The headers disappear
The text was updated successfully, but these errors were encountered: