我将 ProMotion 与 PM::FormotionScreen 屏幕一起使用。
如何在 ProMotion 中使用 Formotion 的 row .on_delete 回调?
我有这个 table_data 方法
def table_data
{
sections: [{
rows: [
{
title: "URL",
key: :url,
placeholder: "http://myapp/dj_mon/",
action: :delete_account,
deletable: true,
type: :string,
auto_correction: :no,
auto_capitalization: :none
}
]
}]
}
end
截图:http: //i.stack.imgur.com/e1dlu.png