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

本文共 2084 字,大约阅读时间需要 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='';                                        。。。。。。

转载于:https://www.cnblogs.com/wangchuanfu/p/6482777.html

你可能感兴趣的文章
Codeforces 719B Anatoly and Cockroaches
查看>>
jenkins常用插件汇总
查看>>
c# 泛型+反射
查看>>
第九章 前后查找
查看>>
Python学习资料
查看>>
多服务器操作利器 - Polysh
查看>>
[LeetCode] Candy
查看>>
jQuery 自定义函数
查看>>
jquery datagrid 后台获取datatable处理成正确的json字符串
查看>>
ActiveMQ与spring整合
查看>>
web服务器
查看>>
网卡流量检测.py
查看>>
ajax
查看>>
poj1981 Circle and Points 单位圆覆盖问题
查看>>
POP的Stroke动画
查看>>
线程同步机制初识 【转载】
查看>>
SQL语句在查询分析器中可以执行,代码中不能执行
查看>>
yii 1.x 添加 rules 验证url数组
查看>>
html+css 布局篇
查看>>
SQL优化
查看>>