Hello
I am trying to build an Nested Grid ui based upon the example here
http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=I have succesfully modified the code to use external data for the main grid, however I am having problems getting external data for the subgrids....in my application this data would be based upon 2 of the fields from the main grid, say company and contact..
I have tried addining a url: however this would also need 2 parameters company and contact, based upon the selection from the main grid
I think the "foreignField:" may have something to do with this, but carn't seem to find an explanation of its use
Any suggestions would be appreciated
Thank you