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.
編集ページで削除機能を付けることはできますか?編集フォームの下部にある他のボタンにインラインで追加したい。
JavaScript を使用して作成できます。
ボタンをクリックすると、関数は追加のコントローラー関数にリクエストを送信する必要があります。
この関数は、行を削除して成功応答を送信する必要があります。JS 関数が応答を取得すると、一覧ページにリダイレクトできます。