Not so sure my database layout allows for what i want to do
- Single Page
Posted 16 July 2013 - 12:57 PM
Posted 16 July 2013 - 22:52 PM
Hello and welcome to the forums [member=michaelm].
Well this is a typical Master/Detail structure and unfortunately this is not supported natively from Grocery CRUD.
You can have the two tables on different controller function and make a set_relation between them but this is what this library offers at the moment without any custom code.
If you need anything more than that then you need to program it yourself.
As far as it concerns the million of records, if I understood correctly, for this you will need the default theme, flexigrid that uses ajax to load the list of records.