好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

jquery固定列。怎么用%随浏览器大小导航条显示出来,看图不用datagrid_html/css_




new document






function FixTable(TableID, FixColumnNumber, width, height) {
///
/// 锁定表头和列
/// sorex.cnblogs测试数据
///
///
/// 要锁定的Table的ID
///
///
/// 要锁定列的个数
///
///
/// 显示的宽度
///
///
/// 显示的高度
///
if ($("#" + TableID + "_tableLayout").length != 0) {
$("#" + TableID + "_tableLayout").before($("#" + TableID));
$("#" + TableID + "_tableLayout").empty();
}
else {
$("#" + TableID).after("

查看更多关于jquery固定列。怎么用%随浏览器大小导航条显示出来,看图不用datagrid_html/css_的详细内容...

  阅读:47次