sub grid / Detail Grid problem

Questionssub grid / Detail Grid problem
Matt asked 11 years ago

Hi!
below is simple php code

$dg = new C_DataGrid("SELECT * FROM test", "t_id", "test");
$sdg = new C_DataGrid("SELECT t2_id, t2_v1,t2_v2 FROM test2", "?", "test2");
$dg-set_subgrid($sdg, '?','t_id');
$dg-display();

Is it possible to show the data of 'test2' that the 't_id' of 'test' exist
either in column 't2_v1' and 't2_v2'??
so i don't know put which parameter into the question mark position???

1 Answers
Abu Ghufran answered 11 years ago

Hello,

We do not provide support for this product.
This support center is managed by phpgrid.org.

Regards,

Your Answer

8 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?