Open GoogleCodeExporter opened 9 years ago
after $grid->joins
you should have list of fields to display from join table, i.e.:
$grid->fields = array(
"points"=>"points.ID",
"Date"=>"points.Date",
"Expires"=>"points.Expires"
);
Original comment by ginger...@gmail.com
on 14 Mar 2012 at 1:02
Thanks so much, it works fantastically. I'm also trying to figure out how to be
able to update/delete the columns in the points table, from the grid I just
made above. Again the problem is that the UPDATE is only set to using the
drivers table and not the points table.
Original comment by jet.bec...@gmail.com
on 14 Mar 2012 at 3:21
i'm currently facing the same problem. at the moment i have two separate grids
to manage each table, but this isn't perfect.
without some fundamental changes to this grid it doesn't seem to be possible..
in php grid object you should first be able to accept 2 (or more) tables, then
submit retrieved data to js grid (this should be handled with minor
adjustments), but still be able to identify which amendments relates to each
table
Original comment by ginger...@gmail.com
on 14 Mar 2012 at 4:47
Original issue reported on code.google.com by
jet.bec...@gmail.com
on 13 Mar 2012 at 9:25