java - jqGrid传值后字符串拼接问题
PHP中文网
PHP中文网 2017-04-18 10:45:58
0
1
579
PHP中文网
PHP中文网

认证0级讲师

reply all(1)
Peter_Zhu

This is very simple, you can set the formatter in the column but the input is a method.
For example {name:"email",formatter:checkEmail}

Then customize a method named checkEmail

function checkEmail(x,y,z){
// Then just return it directly after processing the result

return 'xxxxxxxxxxx'+x+'yyyyy';
}

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!