integration of star ranking plugins into jqgrid
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.
精彩评论