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.
Spree の Admin バックエンドのテーブルに列を追加する必要があります。それぞれにデータフックがあります<tr>。
<tr>
したがって、理論的にはinsert_top、<td>各行に を挿入できます (また、 に a を挿入し、<th>に<thead>aを挿入<col>します<colgroup>)。
insert_top
<td>
<th>
<thead>
<col>
<colgroup>
これが最善の方法ですか、それとももっと良い方法がありますか?