开发者

integration of star ranking plugins into jqgrid

开发者 https://www.devze.com 2023-02-07 06:24 出处:网络
hast anybody already integrated a star ranking plugin (eg. http:/开发者_JAVA技巧/www.wbotelhos.com/raty/) into jqgrid? What is the best way to do this?

hast anybody already integrated a star ranking plugin (eg. http:/开发者_JAVA技巧/www.wbotelhos.com/raty/) into jqgrid? What is the best way to do this?

Thanks Anatoliy


When I have done custom cells, I have either hooked into one of the grid events (afterInsertRow) or if using gridview:true then gridComplete or loadComplete. Then simply use the setCell method to insert the html into the row.

0

精彩评论

暂无评论...
验证码 换一张
取 消