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

Fixed toggle column bug with complex header #6124

Merged
merged 1 commit into from
May 6, 2022
Merged

Conversation

wenzhixin
Copy link
Owner

🤔Type of Request

  • Bug fix
  • New feature
  • Improvement
  • Documentation
  • Other

🔗Resolves an issue?
Fix #3213

📝Changelog

  • Core
  • Extensions

Fixed toggle column bug with complex headers.

💡Example(s)?

Before: https://live.bootstrap-table.com/code/wenzhixin/11375
After: https://live.bootstrap-table.com/code/wenzhixin/11376

Before: https://live.bootstrap-table.com/code/wenzhixin/11377
After: https://live.bootstrap-table.com/code/wenzhixin/11378

☑️Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@UtechtDustin
Copy link
Collaborator

UtechtDustin commented Apr 30, 2022

The columns looks good for me, but the right border is broken.
Bildschirmfoto von 2022-04-30 19-00-50

@wenzhixin
Copy link
Owner Author

The columns looks good for me, but the right border is broken. Bildschirmfoto von 2022-04-30 19-00-50

How do you reproduce the problem?

@UtechtDustin
Copy link
Collaborator

Just hide one column (no matter which one)

@djhvscf
Copy link
Collaborator

djhvscf commented May 3, 2022

That's not happening to me. It's working as expected. Windows and Chrome Version 100.0.4896.127

@UtechtDustin
Copy link
Collaborator

I only can reproduce it on firefox (99.0.1) on macOS (12.3).
Works fine with Safari and Chrome.

@wenzhixin
Copy link
Owner Author

wenzhixin commented May 6, 2022

I only can reproduce it on firefox (99.0.1) on macOS (12.3). Works fine with Safari and Chrome.

I think it's a problem with the browser and not related to the fixed issue. @UtechtDustin
https://live.bootstrap-table.com/code/wenzhixin/11403

@UtechtDustin
Copy link
Collaborator

It seems firefox is quite buggy with border-collapse: collapse;.

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

Successfully merging this pull request may close these issues.

Table structure breaks with column visibility control enabled and multirow headers
3 participants