manuelgtz / jquery-datatables-editable

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

add with hidden column causing datatable error #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Datatable with 2 columns that are not visible. 
Add a new record via sAddURL - is sucessful and inserts into the database.  The 
Add form has 3 fields - all but the 2 hidden fields. 

After return from addURL, get error message from datatables
"added data (size 3) does not match known number of columns (size 5)"

I originally had it set up with no hidden columns and there was no error.  
However, I need the hidden columns for updates.  

I tried adding hidden fields in the add form, but that didn't seem to work.  

I'm on 1.3 of datatables.editable, working on an local Apache server. 

Thanks in advance. 

Original issue reported on code.google.com by carolap...@gmail.com on 23 Aug 2012 at 3:26