How do I collapse a table row in Bootstrap?

前端 未结 6 912
予麋鹿
予麋鹿 2020-12-13 18:29

I am using Bootstrap 2.3.2 in my app and I need to completely hide a row using the collapse plugin. Below is an example:




        
6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-13 18:45


    problem is that the collapse item (div) is nested in the table elements. The div is hidden, the tr and td of the table are still visible and some css-styles are applied to them (border and padding).
    Why are you using tables? Is there a reason for? When you dont´t have to use them, dont´use them :-)

提交回复
热议问题