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.
我遵循本教程:https ://github.com/leikind/wice_grid,gem生成表但如何重新加载下拉列表?
尝试 auto_reload: true
例子 :
g.column name: 'Location', model: 'Location', attribute: 'name', auto_reload: true, custom_filter: :auto do |event| event.name end