Action column not available for every row after using select_command

QuestionsAction column not available for every row after using select_command
Chengbin Zhu asked 6 years ago
Chengbin Zhu replied 6 years ago

I think it maybe a bug. After I manipulated the sql code, I found that if I put the attribute column from other table behind master table column, the error is gone:
select b.property, a.* from xxx a inner join yyy b on a.xx=b.yy –> lead to chaos in action
select a.*, b.property from xxx a inner join yyy b on a. xx=b.yy –> works great!

1 Answers
Abu Ghufran Staff answered 6 years ago
_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

12 + 17 =

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?