我的项目计划者包括使用SelectBox的任务委托,以分配团队成员,如我的代码所示。该列表是静态的,我想用mysql Users_table中的Data填充“ Assignment”选项。
tabBarOptions: {
activeTintColor: "#480ee6", //Active label
labelStyle: {
fontSize: 12
},
style: { backgroundColor: "#6B52AE" } //TabBar
}
我当前的配置:
(select id, username from Users where [condition])