Home > Article > Web Front-end > Detailed analysis of jqgrid editing and adding functions_jquery
ColModel is the most important property in jqGrid, which sets the properties of table columns.
Usage:
Java code:
Add
],
eq is equal to ( = )
ne is not equal to ( <> )lt is less than ( < )
le is less than or equal to ( <= )
gt is greater than ( > )
ge is greater than or equal to ( >= )
bw starts with ( LIKE val% )
bn does not start with ( not like val%)
in is included ( in ())
ni not in ( not in ())
ew ends with (LIKE %val )
en does not end with
cn contains (LIKE %val% )
nc Does not contain