Sortable Tables with Ruby on Rails and Ajax
December 14, 2009 • Ruby on Rails • Comments
This is more like a rather small hint, describing how to make tables sortable in rails.
Just like ryan bates shows in his rails casts, there is a similar way to sort tables, instead of lists.
Here the example-code how to make the tables sortable:
[More]