I am using jquery-datatables-rails in one of my application and displaying a grid.
In order to make it editable I added jquery-datatables-editable-rails in my gemfile.
However, I can't find a way to make the rows editable.
Any help would be highly appreciated.
Here is how my coffee script file for enabling datatable looks like
jQuery ->
$('#products').dataTable
sPaginationType: "full_numbers"
bJQueryUI: true