Line 389 in Editor 1.5.5 is a comment: // Common value. Line 390 is value = this.val();. However, that should not be undefined - as you can see in this example.
Can you please provide a bit more information to describe how this bug manifests. What is your configuration of Editor, what is the data being loaded, etc?
As I say, a link to a page showing the issue will let me resolve it immediately.
Answers
You'll need to provide a bit more information I'm afraid. That is
this
in that context? What file is line 389?If you could link to a page showing the issue that would be useful.
Allan
datatables.editor.js
this is editor.field object
i solve it overriding this.val() by using $('#' + this.s.opts.id).val()
Line 389 in Editor 1.5.5 is a comment:
// Common value
. Line 390 isvalue = this.val();
. However, that should not be undefined - as you can see in this example.Can you please provide a bit more information to describe how this bug manifests. What is your configuration of Editor, what is the data being loaded, etc?
As I say, a link to a page showing the issue will let me resolve it immediately.
Allan
we talk about inline edition of select type
It would be really useful if you could please link to a page showing the issue.