Skip to content

Commit

Permalink
Fixed proxy for non filterable columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Feb 14, 2017
1 parent 2562612 commit 5be50d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/WebComponents/QueryGrid/query-grid-column-filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ namespace Vidyano.WebComponents {
inversed: {
type: Boolean,
computed: "queryColumn.selectedDistinctsInversed"
},
disabled: {
type: Boolean,
computed: "!column.canFilter",
reflectToAttribute: true
}
},
observers: [
Expand Down

0 comments on commit 5be50d5

Please sign in to comment.