rweng / jquery-datatables-rails

jquery-datatables gem for rails
MIT License
564 stars 338 forks source link

rowreorder on datatables #99

Closed nekapoor closed 10 years ago

nekapoor commented 10 years ago

If I'm using the jquery-datatables-rails gem and I want to be able to drag and drop rows in my datatable, is that something I can do with this gem somehow? Does that functionality come with this gem?

Thank you!

ricardodovalle commented 10 years ago

@nekapoor There is a column reorder. More information about plugins: http://datatables.net/extensions/index

The gem respect the main DataTables plugin. Thanks