博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
EasyUI 每页展示100条数据
阅读量:6690 次
发布时间:2019-06-25

本文共 2029 字,大约阅读时间需要 6 分钟。

$(function() {    //$("#bgAddTime").datebox("setValue", getTimeString()+" 00:00:00");    //$("#endAddTime").datebox("setValue", getTimeStringS()+" 23:59:59");    $("#queryPointCptGrid")            .datagrid(                    {                        url : appPath + "/page/pointsCptAct/getPage",                          height:"full",                            width : 'full',                            striped:true,                            remoteSort:false,                            pagination:true,                            rownumbers:true,                            singleSelect:false,                            showFooter:true,                            queryParams : getQueryParam(),                            pageSize:15,                            pageList:[15,30,45,60,75,100],                            frozenColumns : [ [{field : 'ck',checkbox : true}] ],                        columns : [ [                                {                                    field : 'changeType',                                    title : '积分类型',                                    width : 260,                                    align : 'center',                                    sortable : true,                                },                                {                                    field : 'points',                                    title : '积分分值',                                    width : 260,                                    align : 'center',                                    sortable : true,                                },                                {                                    field : "opt",                                    title : "操作",                                    width : 260,                                    align : "center",                                    formatter : function(value, rowData,                                            rowIndex) {                                        var html='';                                        。。。。。。

转载地址:http://vchao.baihongyu.com/

你可能感兴趣的文章
linux anaconda kickstart基础
查看>>
DITA vs DocBook
查看>>
调整Outlook 2010的pst文件大小
查看>>
python笔记二 基础
查看>>
nohup /dev/null 2>&1 含义详解
查看>>
Micropython教程之TPYBoard DIY超声波测距仪实例演示
查看>>
我的友情链接
查看>>
mysqlbinlog 使用
查看>>
RHCS中GFS2共享存储扩容
查看>>
Excel如何把非打印区域设置成灰色
查看>>
条件语句整理
查看>>
Office365 SKU-1
查看>>
汉语国际传播思索
查看>>
TODO:排列组合问题:n个数中取m个
查看>>
27.chown更换所有者
查看>>
grep、egrep以及正则表达式的使用
查看>>
rsync加inotify实现无间隔文件同步
查看>>
系统最小化安装后,使用命令时提示“command not found”
查看>>
ffmpeg2.x开始支持opencl,编译测试
查看>>
python 抽象类分析
查看>>