We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfa535 commit 0d60241Copy full SHA for 0d60241
grid-spf/grid-filter.js
@@ -3,7 +3,7 @@ $.widget("spf.gridFilter", {
3
var grid = this.grid = this.element.data("grid");
4
var options = grid.options;
5
var source = grid.options.source;
6
- this._bind( source, {
+ this._on( source, {
7
dataviewresponse: "_updateFilterValues"
8
});
9
0 commit comments