博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jqGrid 自定义搜索
阅读量:4963 次
发布时间:2019-06-12

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

<div id="mysearch"></div>

jQuery("#mysearch").filterGrid('#grid_id',options);

options:参数

参数

描述

默认值

gridModel

当为ture我们会使用colModel中的属性构造查询条件,所用到的参数:name, index, edittype, editoptions, search.还有一个参数:defval:查询条件的默认值;surl:当edittype:'select'时获取select数据的url,格 式:<select><option value='val1'> Value1 </option><option value='val2'> Value2 </option>…<option value='valn'> ValueN </option></select>

false

gridNames

gridModel为true时起效,设置查询列的名称

false

filterModel

gridModel为false时起效,格式:{label:'LableFild', name: 'colname', stype: 'select', defval: 'default_value', surl: 'someurl', sopt:{optins for the select}}。label:字段显示名称;name:列名;stype:输入框类型,text或者select;surl:获取select数据的地 址,要求的内容为html格式:<select><option value='val1'> Value1 </option><option value='val2'> Value2 </option>…<option value='valn'> ValueN </option></select>;sopt:同editoptions 

[]

formtype

定义表单如何被构造,'horizontal' or 'vertical'

 

autosearch

如果为true:当点击回车键触发查询;当select值变化时触发查询

 

formclass

可以使用的css

filterform

tableclass

可以使用到table上的css

filtertable

buttonclass

按钮上使用的css

filterbutton

searchButton

搜索按钮

Search

clearButton

清空数据的按钮

Clear

enableSearch

启用禁用搜索按钮

false

enableClear

启用禁用清空按钮

false

beforeSearch

搜索之前触发的事件

null

afterSearch

搜索完成之后触发的事件

null

beforeClear

清空数据之前触发的事件

null

afterClear

清空数据之后触发事件

null

url

搜索数据的url

‘’

marksearched

当为true时,每次查询之后所有查询的列都标记为可查询列

true

 

转载于:https://www.cnblogs.com/cleverJoe/p/3848845.html

你可能感兴趣的文章
怎么修改与设置.java文件属性?
查看>>
解决video.js不兼容ie8问题
查看>>
16 go操作Mysql
查看>>
100天搞定机器学习|Day13-14 SVM的实现
查看>>
git如何clone所有的远程分支
查看>>
c++ 桥接模式(bridge)
查看>>
成为专业程序员的 6 个技巧
查看>>
J2EE环境安装配置
查看>>
【软考】操作系统
查看>>
死磕 java同步系列之CountDownLatch源码解析
查看>>
golang——database/sql包学习
查看>>
Listener
查看>>
STL中的内存分配器原理
查看>>
第四次
查看>>
MongoDB--Getting Started with Java Driver
查看>>
leetcode第一刷_Spiral Matrix II
查看>>
Cstyle的UEFI导读:第20.0篇 IGD OpRegion interface &amp;&amp; IGD OpRegion PROTOCOL
查看>>
九宫重排
查看>>
Cocos2d-x v3.0 正式版 如何创建一个项目,TestCpp执行
查看>>
CareerCup Chapter 4 Trees and Graphs
查看>>