diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-17 21:56:25 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-17 21:56:25 +0200 |
commit | f5d582f795149e4a1555ecaf858cfc40d5484770 (patch) | |
tree | 47e13ba5a9242833cc533805bb923c9c1f91e6db /dev/jquery.jtable.core.js | |
parent | 17df83e7d9b6846f7ee0b44381c02b5043e68330 (diff) | |
download | jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.zip jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.gz jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.bz2 |
jTable v2.0.1
Diffstat (limited to 'dev/jquery.jtable.core.js')
-rw-r--r-- | dev/jquery.jtable.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/jquery.jtable.core.js b/dev/jquery.jtable.core.js index 6e5a091..0e3b80c 100644 --- a/dev/jquery.jtable.core.js +++ b/dev/jquery.jtable.core.js @@ -425,7 +425,7 @@ _createCellForRecordField: function (record, fieldName) {
return $('<td></td>')
.addClass(this.options.fields[fieldName].listClass)
- .append((this._getDisplayTextForRecordField(record, fieldName) || ''));
+ .append((this._getDisplayTextForRecordField(record, fieldName)));
},
/* Adds a list of records to the table.
|