¡@

Home 

2014/10/16 ¤W¤È 12:06:19

jquery Programming Glossary: photo.jpg

jqGrid - rowObject inconsistencies?

http://stackoverflow.com/questions/4485970/jqgrid-rowobject-inconsistencies

rowObject that contains the row data. So for instance one row of rowObject could be something like 18 133 Betelguese 3 photo.jpg 0 So my custom formatter uses some of this data to prepare a link as follows var newval ' a href proj ' rowObject 3 ' images.. ' a href proj ' rowObject 3 ' images ' imgval ' ' imgval ' a ' and this gives me a url like a href proj 3 images photo.jpg photo.jpg a So far so good. My problem is that when I go to the next page of results in the jqgrid I lose some of this data.. href proj ' rowObject 3 ' images ' imgval ' ' imgval ' a ' and this gives me a url like a href proj 3 images photo.jpg photo.jpg a So far so good. My problem is that when I go to the next page of results in the jqgrid I lose some of this data and get..