search for: best_in_plac

Displaying 1 result from an estimated 1 matches for "best_in_plac".

Did you mean: best_in_place
2013 Jan 07
0
update the table, using best_in_place
...`done`. in my `index.html.erb`, you can see the table is divided by two conditions: the first one is called `TODO TASKS'' that contains all the tasks that `done = false''. and the second one is called `DONE TASKS` that contains all the tasks that `done = true''. I used `best_in_place` in order to update my table in place. (please see the image that I attached). I wrote done''s columns twice with purpose in order to make sure that the 4-th (above the red line) is updated by the first column (the first column is works with `best_in_place` - above the first line). unfo...