|
|
@@ -1785,7 +1785,8 @@
|
|
|
$tr = $td.parent(),
|
|
|
item = that.data[$tr.data('index')],
|
|
|
index = $td[0].cellIndex,
|
|
|
- field = that.getVisibleFields()[that.options.detailView && !that.options.cardView ? index - 1 : index],
|
|
|
+ fields = that.getVisibleFields(),
|
|
|
+ field = fields[that.options.detailView && !that.options.cardView ? index - 1 : index],
|
|
|
column = that.columns[getFieldIndex(that.columns, field)],
|
|
|
value = getItemField(item, field, that.options.escape);
|
|
|
|