manuelgtz / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

Patch for /trunk/media/js/jquery.dataTables.editable.js #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This change allows to define a function "fnReadOnly" instead of a css class to 
mark cells as read-only. Testing for the css class is now the default 
implementation of fnReadOnly which can be overridden by defining "fnReadOnly" 
in the options. This is important because the css class cannot be defined if 
the <td> tags are rendered by DataTables (ajax, server-side-processing...)

Original issue reported on code.google.com by jaeda...@gmail.com on 12 Jun 2013 at 3:51

Attachments: