- Code: Select all
function titleColumn(){
return 'userName';
}
However, in this case, the drop down list in the navigation bar always displays the current logged in user rather than the record being browsed. Am I doing something wrong, or is this a bug?
Upon further review, it may just be a coincidence that the current logged in user is also the first entry in the list, and it may not be specific to the users table. What would cause the first item in the list to always be displayed rather than the selected record?
Thanks,
Alan