theoreticsinc / jquery-datatables-editable

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

Does not update the value, and alert the server returned value. #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Datatable with editable cell, with original value "33,33"
2. Edit as : 1333,33
3. Server returns 1 333,33
4. datatable editable alert() the value.

What is the expected output? What do you see instead?
With the alert, the field doesn't update, it should be, It's a valid value!

What version of the product are you using? On what operating system?
1.3 on firefox 8

Please provide any additional information below.
no more informations

Original issue reported on code.google.com by nahuel.a...@revues.org on 4 Dec 2011 at 7:32

GoogleCodeExporter commented 8 years ago
Hi,

You will need to return exact value as the one that edited see wiki page 
http://code.google.com/p/jquery-datatables-editable/wiki/EditCell . 
Unfortunately I have found no other way o distinguish errors in update and 
successfully saved updates. 

Jovan

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

GoogleCodeExporter commented 8 years ago
Why do not use HTTP error codes? Or permit to have a callback function?

Original comment by nahuel.a...@revues.org on 10 Feb 2012 at 7:32