Hello. First of all, I would like to thanks for jCook. It's great tool.
I have an issue.
Let's say that I build 2 tables. First table can be for example cars manufacturers. Second table can bo models.
First tables contains values like Audi, Mercedes, Chrysler, Toyota. Second table contains values like:
A8, Audi (taken from 1 table with thanks to foreign key), Limousine
Q7, Audi, SUV
S500, Mercedes, Limousine
ML500, Mercedes, SUV
SL500, Mercedes, Roadster
Voyager, Chrysler, VAN
Previa, Toyota, Van
Land Cruiser, Toyota, SUV
What I want to do is to build menu position in the back end called Mercedes and I want to see in the front end grid containing all Mercedes Models. Than I want to do the same for Audi models etc etc. (so I dont want to see all items in the grid, all models, but only selected one from one manufacturer which I choose)
That I means that I want to build menu position for GRID but in that I would like to add parameters (this parameter would be the field taken from 1st table where cars manufatures are beeing saved)
Is it possible. Can anybody help me to deal with it?
Kind regards