summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.forms.js
diff options
context:
space:
mode:
Diffstat (limited to 'dev/jquery.jtable.forms.js')
-rw-r--r--dev/jquery.jtable.forms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/jquery.jtable.forms.js b/dev/jquery.jtable.forms.js
index 840eec4..b497a7e 100644
--- a/dev/jquery.jtable.forms.js
+++ b/dev/jquery.jtable.forms.js
@@ -28,7 +28,7 @@
//TODO: May create label tag instead of a div.
return $('<div />')
.addClass('jtable-input-label')
- .html(this.options.fields[fieldName].title);
+ .html(this.options.fields[fieldName].inputTitle || this.options.fields[fieldName].title);
},
/* Creates an input element according to field type.