Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1449 from BenjaminNeilDavis/issue-1447-repeater-s…
Browse files Browse the repository at this point in the history
…izing-custom-render

Adding check before doing custom column render.
  • Loading branch information
swilliamset committed Aug 12, 2015
2 parents 64d280b + 3eedd91 commit 1a44c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/repeater-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
$col.html(checkBoxMarkup);
}

if (this.viewOptions.list_columnRendered) {
if (!(columns[columnIndex].property === '@_CHECKBOX_@' || columns[columnIndex].property === '@_ACTIONS_@') && this.viewOptions.list_columnRendered) {
this.viewOptions.list_columnRendered({
container: $row,
columnAttr: columns[columnIndex].property,
Expand Down

0 comments on commit 1a44c93

Please sign in to comment.