Date picker is not working in AngularJS (ng-grid) “editableCellTemplate”

时光怂恿深爱的人放手 提交于 2020-01-03 05:16:07

问题


    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

date-picker is not working edit template, act just like normal edit input...

来源:https://stackoverflow.com/questions/23394619/date-picker-is-not-working-in-angularjs-ng-grid-editablecelltemplate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!