jQuery grid插件

12 篇文章 0 订阅
7 篇文章 0 订阅

HTML:

<div id="grid_array" style="margin:100px;"></div>

js:

<script>
    $(function () {
        var data = [[1, 'Exxon Mobil', '339,938.0', '36,130.0'],
            [2, 'Wal-Mart Stores', '315,654.0', '11,231.0'],
            [3, 'Royal Dutch Shell', '306,731.0', '25,311.0'],
            [4, 'BP', '267,600.0', '22,341.0'],
            [5, 'General Motors', '192,604.0', '-10,567.0'],
            [6, 'Chevron', '189,481.0', '14,099.0'],
            [7, 'DaimlerChrysler', '186,106.3', '3,536.3'],
            [8, 'Toyota Motor', '185,805.0', '12,119.6'],
            [9, 'Ford Motor', '177,210.0', '2,024.0'],
            [10, 'ConocoPhillips', '166,683.0', '13,529.0'],
            [11, 'General Electric', '157,153.0', '16,353.0'],
            [12, 'Total', '152,360.7', '15,250.0'],
            [13, 'ING Group', '138,235.3', '8,958.9'],
            [14, 'Citigroup', '131,045.0', '24,589.0'],
            [15, 'AXA', '129,839.2', '5,186.5'],
            [16, 'Allianz', '121,406.0', '5,442.4'],
            [17, 'Volkswagen', '118,376.6', '1,391.7'],
            [18, 'Fortis', '112,351.4', '4,896.3'],
            [19, 'Crédit Agricole', '110,764.6', '7,434.3'],
            [20, 'American Intl. Group', '108,905.0', '10,477.0']];


        var obj = { width: 700, height: 400, title: "", resizable: true, draggable: false, sortable: false };
        obj.colModel = [{ title: "Rank", width: 100, dataType: "integer", align: "center", sortable: false },
        { title: "Company", width: 200, dataType: "string", align: "center", sortable: false },
        { title: "Revenues ($ millions)", width: 150, minWidth: 140, dataType: "float", align: "center", sortable: false },
        { title: "Profits ($ millions)", width: 150, minWidth: 140, dataType: "float", align: "center", sortable: false}];
        obj.dataModel = { data: data };
        $("#grid_array").pqGrid(obj);
        $("#grid_array").pqGrid({ freezeCols: 1 }); 
       });

</script>

引用的js类:

 <script src="jquery.pqgrid.min.js" type="text/javascript"></script>
     <script src="jquery.pqgrid-ui.min.js" type="text/javascript"></script>

<!--PQ Grid files-->
    <link rel="stylesheet" href="pqgrid.min.css" />
    <script src="pqgrid.min.js"></script>
<!--PQ Grid Office theme-->
    <link rel="stylesheet" href="pqgrid.css" />

效果图:

这里写图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值