aulariosergio / jquery-datatables-editable

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

rowData is not defined #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm trying to use the latest version of the jquery dataTables editable 
javascript file (jquery.dataTables.editable.2.3.3.js) and I'm getting an error 
I did not get with earlier versions.

The error is "rowData is undefined" when I try to add a new row (through form) 
or edit an existing row (through a form using the code in 
http://jquery-datatables-editable.googlecode.com/svn/trunk/ajax-popupedit.html 
(Editing data in the popup window(Beta)).

The error appears in the fnOnRowAdded function when adding row and in the 
fnUpdateRowOnSuccess function when editing a row.

I'm not an expert in javascript, but it seems to me that indeed rowData never 
gets defined ih either of the functions.

I'm using client side processing (no server connection).

The initialization of my table is in the attached file.

Original issue reported on code.google.com by ioannis....@gmail.com on 2 Nov 2012 at 3:54

Attachments:

GoogleCodeExporter commented 9 years ago
forgot to mention I am using latest version of jquery datatables (1.9.4). This 
is a problem similar to that of issue 114

Original comment by ioannis....@gmail.com on 2 Nov 2012 at 4:17

GoogleCodeExporter commented 9 years ago
As in issue 114, problem does not exist if you use jquery datatables version 
1.9.0.

Original comment by ioannis....@gmail.com on 2 Nov 2012 at 4:31

GoogleCodeExporter commented 9 years ago
I have the same problem... @joannis did you resolve it?..

Original comment by luisf.ro...@gmail.com on 20 Oct 2013 at 8:59

GoogleCodeExporter commented 9 years ago
I used version 1.9.0 of jquery datatables for that project and it worked. I 
haven't used it again since then, so I don't know if it has been fixed.

Original comment by ioannis....@gmail.com on 21 Oct 2013 at 4:46

GoogleCodeExporter commented 9 years ago
I confirm the bug is still present in datatables v1.9.4 and dataTables.editable 
v2.3.3.

I downgraded to datatables 1.9.0 and it is now ok.

Original comment by legrand....@gmail.com on 23 Oct 2013 at 12:20