0
我在當前的應用程序中使用KendoUI的Angular指令。我有一個案例,當我需要使用ng-class
基於一些字段值。我曾嘗試下面的代碼,但它不工作使用具有角度和劍道網格的ng-class
$scope.getClass = function (b) {
console.log(b);
}
$scope.columns = [
{ "field": "Name", "title": "Name" },
{ "field": "StudentId", "title": "Id" },
{ "field": "Address", "title": "Address", template: "<div ng-class='getclass(#:Address#)'>#:Address#</div>" }
]
我知道如何使用'數據-NG-class'我關心的是如何與劍道數據項將它綁定。作爲使用'#:PropertyName#'格式的kendo。 – RaviMittal
對不起,我誤解了,我已經延長了我的答案看看,希望它能爲你工作。 – Vojtiik
@RaviMittal它看起來如何,它對你有用嗎? – Vojtiik