Skip to content

Commit

Permalink
del edittype password 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soonyoung.park committed Apr 17, 2015
1 parent 8ee2811 commit 03abbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@

var editType = this.columnModel.getEditType(columnName),
isDisabledCheck = this.dataModel.get(rowKey).getRowState().isDisabledCheck,
deletableEditTypeList = ['text', 'text-convertible'],
deletableEditTypeList = ['text', 'text-convertible', 'text-password'],
isDeletable = $.inArray(editType, deletableEditTypeList) !== -1,
selectType = this.option('selectType'),
cellState = this.getCellState(rowKey, columnName),
Expand Down

0 comments on commit 03abbe1

Please sign in to comment.