theoreticsinc / jquery-datatables-editable

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

Allow custom data types when adding or deleting a row #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
jquery-database-editable (JDE) does not allow the specification of the data 
type (e.g. 'json' or 'text') that is expected to be returned by the server when 
adding or deleting a row. Instead, JDE default to text, meaning that entities 
returned by the server are interpreted as strings. This reduces greatly the 
usefulness of the 'fnOnNewRowPosted' (awesome) functionality of JDE, prevending 
the data from being parsed by JQuery behind the scenes as JSON or XML data 
structures. The attached patch adds to JDE the functionality of specifying data 
types expected by the server when submitting add- or delete-row requests.

Original issue reported on code.google.com by michele....@gmail.com on 24 Nov 2011 at 8:51

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for this I will update plugin with your patch.

Original comment by joc...@gmail.com on 9 Feb 2012 at 9:48

GoogleCodeExporter commented 8 years ago
Patch is applied in version 2.0.8 on the site.

could you please check and confirm this.

Thanks for this update,
Jovan

Original comment by joc...@gmail.com on 9 Feb 2012 at 10:19