I'm currently working on integrating Bootstrap-Table's detailView feature into my project. However, when I enable data-detail-view="true" for my table, the height of the table element shrinks to 0. Strangely, clicking on any column with sortable="true" causes the table to expand and display the expected content. It appears that enabling detailView is somehow collapsing my entire table structure. I've examined all of the relevant JavaScript and CSS files without finding a solution. Additionally, there are no custom JavaScript functions causing this issue. Any advice or suggestions would be greatly appreciated. If necessary, I can share my code shortly.