bootstrap-table加载数据完成后,treegrid子集也加载成功,数据展示正常,问题出现在样式上,如下:
。。。。
onResetView: function(data) {
$('#table-xmplanRow').treegrid({
initialState: 'expanded',// 所有节点都折叠collapse
treeColumn: 1, ---这里设置展开或收起列
expanderExpandedClass: 'glyphicon glyphicon-minus', //图标样式
expanderCollapsedClass: 'glyphicon glyphicon-plus',
onChange: function() {
$('#table-xmplanRow').bootstrapTable('resetWidth');
}
});
},
treeColumn设到哪一列,这一列最后一行的底边线消失了。不知道什么原因,谁遇到过这样的情况没?
收起时如下:

展开时如下:
谁能帮忙解决一下?谢谢