91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jqGrid的用法詳解

發布時間:2020-07-27 23:25:35 來源:網絡 閱讀:760 作者:瑞雯 欄目:編程語言

jqGrid是一種用來顯示網格數據的jQuery插件,通過使用jqGrid可以輕松實現前端頁面與后臺數據的ajax異步通信。文檔比較全面,其官方網址為:http://www.trirand.com。效果如下圖所示:

jqGrid的用法詳解

js代碼如下:

function initData(p) {
    $("#customerMainList").jqGrid({
        url: "",
        datatype: "local",
        colNames: ['編號', '客戶姓名(跟進)', '類型', '添加人', '分配給', '期望區域', '期望小區', '期望面積', '戶型', '期望裝修', '期望樓層', '期望總價', '狀態', '添加時間', '操作'],
        colModel: [
   		{ name: 'Id', index: 'Id', formatter: tranCustId, width: 70, align: "center" },
   		{ name: 'CustName', index: 'CustName', formatter: transName, width: 98, align: "center" },
   		{ name: 'BusinessType', index: 'BusinessType', width: 60, align: "center" },
   		{ name: 'CreateUserName', index: 'CreateUserName', width: 55, align: "center" },
   		{ name: 'ExeUserName', index: 'ExeUserName', width: 65, align: "center" },
   		{ name: 'ExpArea', index: 'ExpArea', width: 70, align: "center" },
   		{ name: 'ExpSeqv', index: 'ExpSeqv', width: 77, align: "center" },
   		{ name: 'ExpAcre', index: 'ExpAcre', width: 70, align: "center" },
   		{ name: 'ExpShi', index: 'ExpShi', formatter: transHuX, width: 67, align: "center" },
   		{ name: 'ExpZhuangX', index: 'ExpZhuangX', width: 60, align: "center" },
   		{ name: 'ExpFloor', index: 'ExpFloor', width: 59, align: "center" },
   		{ name: 'ExpPriceT', index: 'ExpPriceT', formatter: transExpPrice, width: 59, align: "center" },
        { name: 'S2', index: 'S2', formatter: custStates, width: 53, align: "center" },
   		{ name: 'CreateDate', index: 'CreateDate', formatter: transDate, width: 65, align: "center" },
   		{ name: 'id', index: 'id', formatter: transOp, width: 74, align: "center" }

   	],
        rowNum: 20,
        hoverrows: true,
        rowList: [15, 20, 25, 30, 35, 40, 45, 50],
        pager: '#pager2',
        sortname: 'Id',
        viewrecords: true,
        sortorder: "desc",
        height: "100%", emptyrecords: "沒有記錄", forceFit: true, gridview: true, pginput: true,
        prmNames: { page: "page", rows: "rows", sort: "sidx", order: "sord", search: "_search", nd: "nd", npage: null },
        viewsortcols: [false, 'vertical', true],
        onSelectRow: function (rowid, status) {
            ShowCustomerDetail(rowid, true);
        }
    });
    $("#customerMainList").jqGrid('navGrid', '#pager2', { edit: false, add: false, del: false, refresh: false, search: false });
    refreshData(p);
}

設置jqGrid顯示的列,分頁等基本信息,需要注意的是colNames和colModel對應的字段信息要一致,onSelectRow事件表示的是行選中事件,在這里可以在選中行的同時彈出該記錄的詳情頁面。

function refreshData(p) {
    cust_p = p;
    $("input[type='button']").attr("disabled", true);
    var where = calcWhere();
    $("#customerMainList").jqGrid("setGridParam", {
        url: "xxxx.aspx" + where,    //設置表格的url
        datatype: "json", page: p
    }).trigger("reloadGrid");
    $("input[type='button']").attr("disabled", false);
    $(".ui-jqgrid-bdiv div").css("position", "");
}

設置jqGrid請求的url,參數等信息,返回的是json格式。.net論壇:http://bbs.netluntan.com,群:121058751


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

高要市| 丰县| 犍为县| 宁武县| 油尖旺区| 咸宁市| 宁陵县| 泰兴市| 资兴市| 汉源县| 荔浦县| 崇阳县| 修水县| 天台县| 井陉县| 基隆市| 东安县| 额尔古纳市| 亚东县| 宣威市| 抚远县| 吴堡县| 三门峡市| 安陆市| 延安市| 儋州市| 满洲里市| 两当县| 南召县| 台北市| 崇礼县| 揭东县| 贞丰县| 福贡县| 久治县| 黎城县| 左权县| 石嘴山市| 大关县| 桓仁| 邯郸市|