You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all, I have this "users" table.
The list shows fine table view..
But when I navigate to Item details screen, the Dropdown fields appear empty. Although they have data.
Hello all, I have this "users" table.
The list shows fine table view..
But when I navigate to Item details screen, the Dropdown fields appear empty. Although they have data.
Here is my current code..
users.go
`func GetUsersTable(ctx *context.Context) table.Table {
users := table.NewDefaultTable(ctx, table.DefaultConfigWithDriver("mysql"))
Correct View in table list
Error View in Details screen
The text was updated successfully, but these errors were encountered: