This is the colModel:
....
{ name: 'jobid', index:'jobid', formatter:'showlink',
formatoptions:{baseLinkUrl:'display.php', addParam:'&jobid=jobid&jobstack=jobstack'}
},
{ name: 'jobstack', index:'jobstack', editable: true },
....
as you can see, my intention is to create an external link that holds the get value of name and jobstack, and I just can't figure out how to get the values right. I have check the documentation but i didn't find any.
Please help.