过滤器图标未显示在选项卡中。但是当我尝试单击显示的最后一个过滤器选项时。 如何显示过滤器图标以及我需要编写的代码..
$("#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}]
});
“我需要在状态附近显示图标”
答案 0 :(得分:0)
我认为你必须只做true
而不是object
filterable: true