Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有三个带有大括号中指定字段/列的表:
国家 (name,currency_id) 货币 (name) 用户 (name ,country_id,currency_id)
我的要求是在创建用户选择国家时,需要首先显示默认货币,然后在下一个选择行中显示剩余货币。EX:如果我们在国家下拉列表中选择美国,则需要首先显示美元,然后在下一个显示剩余货币
我的想法是用户属于任何国家默认货币是他的国家货币,他也可以选择其他货币。
请帮帮我
请看我的博文。您可以根据第一个下拉列表中的选定值填充下一个下拉列表,或更改值的顺序。
http://marcofranssen.nl/knockout-that-cascading-dropdown/