码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap datagrid表格高度自适应修改

时间:2020-02-21 18:37:12      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:nat   function   表格   contain   too   data   出现   tool   boot   

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‘);//修改高度
         }
     }

bootstrap datagrid表格高度自适应修改

标签:nat   function   表格   contain   too   data   出现   tool   boot   

原文地址:https://www.cnblogs.com/pcancer/p/12342231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!