theoreticsinc / jquery-datatables-editable

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

Error attempting to initialize editable dataTable #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use jQuery 1.6.2
2. Use Datatables 1.8.1 and Datatables Editable version 1.3
3. Attempt to initialize a table named "vehiclesTable" using the instructions 
available on http://code.google.com/p/jquery-datatables-editable/wiki/Overview

    $("#vehiclesTable").dataTable().makeEditable();

What is the expected output? What do you see instead?

The expected output is to have no errors. Instead, I get the following error:

Line 237      cells = $('td:not(.' + properties.sReadOnlyCellClass + ')', 
aoNodes);
Line 238      cells.editable(properties.sUpdateURL, oDefaultEditableSettings); 

cells.editable is not a function

and line 238 is referenced.

What version of the product are you using? On what operating system?

version 1.3 on OS X v10.7 (Lion), in Firefox 5.0.1
Please provide any additional information below.

Original issue reported on code.google.com by ak.from....@gmail.com on 10 Aug 2011 at 6:50

GoogleCodeExporter commented 8 years ago
Please close, I'm an idiot. I figured out I also needed jQuery Editable. Thanks 
a lot!

Original comment by ak.from....@gmail.com on 10 Aug 2011 at 7:03

GoogleCodeExporter commented 8 years ago
Issue is fixed - I'm closing it.

Original comment by joc...@gmail.com on 19 Aug 2011 at 10:13