We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Buefy version: 0.8.9 Vuejs version: 2.6.10 OS/Browser: all
The table details row calculates a wrong colspan value, which breaks the table when used with table-layout: fixed;
table-layout: fixed;
You can find a test case here, make sure to see the demo in Desktop mode: https://codesandbox.io/s/buefy-bug-in-table-details-rendering-2edec
detailed :show-detail-icon="false"
Since showDetailRowIcon decides if the td is rendered, the columnCount method should also consider showDetailRowIconinstead of detailed.
showDetailRowIcon
detailed
The colspan value is to big.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Overview of the problem
Buefy version: 0.8.9
Vuejs version: 2.6.10
OS/Browser: all
Description
The table details row calculates a wrong colspan value, which breaks the table when used with
table-layout: fixed;
You can find a test case here, make sure to see the demo in Desktop mode:
https://codesandbox.io/s/buefy-bug-in-table-details-rendering-2edec
Steps to reproduce
detailed :show-detail-icon="false"
table-layout: fixed;
Expected behavior
Since showDetailRowIcon decides if the td is rendered, the columnCount method should also consider
showDetailRowIcon
instead ofdetailed
.Actual behavior
The colspan value is to big.
The text was updated successfully, but these errors were encountered: