bootstrap datagrid表格高度自适应修改

onPostBody:function(){
$('.fixed-table-container').css('height', "");//先让高度出现
if(jQuery(document).height() >jQuery(window).height() ){//如果页面高度大于窗口高度
          $('.fixed-table-container').css('height', ($(document.body).height()-$(".box").height()-$(".fixed-table-toolbar").height()-$(".fixed-table-pagination").height()-20) + 'px');//修改高度
         }
     }

posted @ 2020-02-21 17:32  Pcancer  阅读(355)  评论(0)    收藏  举报