Hello, I have a problem with a dropdown in the grid which shows the key instead of the code. However if I edit the field, I get the dropdown. The code is https://gist.github.com/xecampa/007ca92b40bba42e5c922a5f25dd0494 scheenshot https://imgur.com/a/XVibab9 many thanks
2 Answers
On line 58, you need to set:
$col[“formatter”] = “select”;
Your Answer