首页 > 其他 > 详细

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

时间:2016-05-21 17:32:05      阅读:1291      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!