0
필터 아이콘이 탭에 표시되지 않습니다. 그러나 마지막 필터 옵션을 클릭하려고 할 때 표시됩니다. 제가 쓸 필요가 코드 필터 아이콘을 표시하는 방법 ..검도 - ui 격자 필터 아이콘이 표시되지 않습니다.
$("#grid").kendoGrid({
dataSource: dataSource,
dataBound: function(){
updateGridForStage(stage)
riskGridTitle()
},
height: 'auto',
scrollable: true,
sortable: true,
filterable: Object,
pageable: false,
columns: [
{ field: "subject", title: "Subject", width: "40%" },
{ field: "status", title: "Status", width: "30%" },
{ field: "risk", title: "Score", width: "10%" },
{ field: "owner", title: "Owner", width: "25%" },
{ field: "days_open", title: "Days Open", width: "15%" },
{ field: "next_review", title: "Next Review Date", width: "25%" },
{ command}]
});
내가 방금 true
대신 할 생각