Skip to content

Commit

Permalink
Merge pull request #200 from kaola-fed/hotfix_KLTable
Browse files Browse the repository at this point in the history
bugfix: [KLTable] fix bug when check type column name changed
  • Loading branch information
ZianeCui authored Aug 2, 2017
2 parents 4e47815 + e74fbbb commit 24c2c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<kl-check
name={item[column.key] | placeholder : column, this}
name={item && item[column.key] | placeholder : column, this}
checked={item._checked}
on-change={this._onItemCheckChange(item, $event)}/>

0 comments on commit 24c2c69

Please sign in to comment.