angularjs ui-grid 行編輯數(shù)字的時(shí)候, type: 'number',當(dāng)光標(biāo)在編輯框時(shí),鼠標(biāo)滾動(dòng)不會(huì)改變內(nèi)容,但是可以通過(guò)鍵盤(pán)輸入數(shù)字代碼: { field: 'approve_reim_amount', displayName: '金額', type: 'number', cellFilter: 'number: 2', enableInfiniteScroll: false, cellEditableCondition: function ($scope) { return $scope.row.entity.canEdit; } },
angularjs ui-grid 行編輯數(shù)字的時(shí)候, type: 'number',當(dāng)光標(biāo)在編輯框
紫衣仙女
2018-10-11 14:19:57