Anyone know how to add in jqgrid in each row a data-attributes and values that are get of the url-request?
I have different id's to stored in each line and after I open the subgrid I have to query this attributes again. I use subgrid and need this id's for the subgrid.
I can not find Docu, which describes how I can get any values from json string and how I can add to the row's, such as data-tag and how to query these values again when the subgrid is opened.