码迷,mamicode.com
首页 > 其他好文 > 详细

使用Easy ui实现选项卡切换显示不同内容的表格,并分页

时间:2016-05-21 17:33:47      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

<div class="easyui-tabs"  style="width:100%;" data-options="fit:true">
    <div title="标题">
        <table class="easyui-datagrid" data-options="
            isField:‘id‘, 
            url:‘‘,
            fitColumns:true,
            method:‘get‘,
            rownumbers:true,
            singleSelect:true,
            autoRowHeight:false,
            pagination:true,
            pageSize:10">
            <thead>
                <tr>
                    <th field="1" width="17%">项目编号/项目标题</th>
                    <th field="2" width="15%">投资人</th>
                    <th field="3" width="17%">投资金额</th>
                    <th field="4" width="15%">投资状态</th>
                    <th field="5" width="17%">认投金额</th>
                    <th field="6" width="17%">投资时间</th>
                </tr>
            </thead>
        </table>
    </div>
</div>

 

使用Easy ui实现选项卡切换显示不同内容的表格,并分页

标签:

原文地址:http://www.cnblogs.com/xzp0222/p/5514997.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!