Hallo,
I have two Grid Applications which I want want to link with each other.
The first application shows only few data, namely an image, the corresponding name, and some size values (and perhaps invisible a record id to be passed as a parameter). This application is embedded into a Joomla website either by wrapping or by the use of an iFrame.
The second grid holds far more data and shall be used as some detailed view.
Now I would like to do the following:
The user should be allowed to click the image order the name which is shown besides the image.
By the click, the second grid application should be called and the record id shall be passed as a parameter to the second application.
By that parameter, the second application shall know which record to display.
Could you please give me some advice?
Is it possible to open the second grid in a seperate website?
Thanks for your help!