Rendering partial for table row with form_tag is getting crazy!
- by xopht
I have 23(column)x6(row) table and change the row with link_to_remote function.
each tr tag has its own id attribute.
change link call change action and change action changes the row using render function wit partial.
_change.html.erb
<td id="row_1">1</td>
.
.
omitted
.
.
<td id="row_23">23</td>
link_to_remote function
…