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

Collapse does not work properly with tables #3032

Closed
gandarez opened this issue Nov 13, 2017 · 1 comment
Closed

Collapse does not work properly with tables #3032

gandarez opened this issue Nov 13, 2017 · 1 comment

Comments

@gandarez
Copy link

gandarez commented Nov 13, 2017

[BUG]
Collpase module changes the 'tr' element to display as block which makes the entire row be displayed as one column and brakes the table.

image

Versions of ngx-bootstrap, Angular, and Bootstrap:

ngx-bootstrap: 2.0.0-beta.8
Angular: 4.2.4
Bootstrap: 3.3.7

@IlyaSurmay
Copy link
Contributor

Closing this as related to #2473.
As a workaround, you can this in your css

tr.collapse.in {display: table-row !important}

@ghost ghost removed the in progress label Jan 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants