0
過濾器圖標不顯示在選項卡中。但是當我嘗試點擊顯示的最後一個過濾器選項時。 如何顯示過濾器圖標和什麼樣的代碼,我需要寫..kendo-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}]
});
「我需要接近狀態顯示圖標」