Commit f5cc851f by Antonio Ramirez

return data from module scope variable

parent 0e9c2890
......@@ -121,7 +121,8 @@
},
data: function () {
return this.data('yiiGridView');
var id = $(this).prop('id');
return gridData[id];
}
};
})(window.jQuery);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment