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_的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did106519