摘要: JsUtil.fixed = { FixTableHeadRowCol: function(TableID, FixColumnNumber, width, height) { if ($("#" + TableID + "_tableLayout").length != 0) { $("#" + 阅读全文
posted @ 2017-02-07 11:05 Dlimeng 阅读(10) 评论(0) 推荐(0)
摘要: JsUtil.fixed = { FixTableHeadRow: function(table) { var table = JsUtil.dom.getObj(table); if (table) { JsUtil.fixed._f("_" + table.id, table); } else 阅读全文
posted @ 2017-02-07 11:00 Dlimeng 阅读(5) 评论(0) 推荐(0)