columnDefs: [{
displayName: 'Date',
field: 'date',
editableCellTemplate: '<input type="text" ng-class="\'colt\' + col.index" ng-input="COL_FIELD" ng-model="COL_FIELD" datepicker-popup="dd-MM-yyyy" datepicker-append-to-body=true />',
enableCellEdit:true
}]
http://plnkr.co/edit/5kr8lPIMJtWHVFEgzlu1
日期选择器不能正常工作编辑模板,就像普通编辑输入一样......