在此先感谢您尝试根据应用程序要求创建动态下拉列表。根据右侧的值,下拉列表将从单个json中显示。就像screen shots。
还加了我的小提琴。 Enum.reduce(allowed_lookup, Project.Models.Grid,
fn {x,y}, query ->
IO.puts "#{inspect x} , #{inspect y}"
query = where(query, [q] , q.x == ^y)
end)
queryset = Project.Repo.all(query)
。
我只是在我的小提琴中创建一个虚拟对象,而我只是使用html创建它。请建议我如何修改下面的json以创建此视图。
http://jsfiddle.net/subhamoy/jq964fph/22/