jquery-datatables-editable adding new record

jquery-datatables-editable adding new record

sfgroupssfgroups Posts: 10Questions: 0Answers: 0
edited September 2011 in Plug-ins
Hi,

I am using datatable with jeditable plugin, when I submit the new record, it giving me this error.
[code]
DataTables warning (table id = 'example'): Requested unknown parameter '2' from the data source for row 5
[/code]

In my adddata.php file I am just returing empty string. i firebug I see data sent to the server.

I am i missing something?

Thanks
SR

Replies

  • jpwdesignsjpwdesigns Posts: 8Questions: 0Answers: 0
    I'm having the same problem here: http://www.datatables.net/forums/discussion/6736/requested-unknown-parameter-after-add-new-row#Item_4
  • sfgroupssfgroups Posts: 10Questions: 0Answers: 0
    just an update, I checked out the code from SVN now adding new row works as expected
This discussion has been closed.