I've been testing out the php grid and noticed that if I pass in a db view into the mysql_select_db() function instead of just a table, then click on any row then the top row is always selected, not the row I clicked.
If I pass in just a table into the function then all works fine. Any ideas?
2 Answers
Whoops, I meant the table variable not the mysql_select_db(). Meaning if you passed in a db view into the $g->table variable then I get this issue.
Your Answer