We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e11947 commit cade17cCopy full SHA for cade17c
src/common/vpGroupby.js
@@ -586,6 +586,8 @@ define([
586
$(document).off('change', this._wrapSelector('#vp_gbBy'));
587
$(document).off('click', this._wrapSelector('#vp_gbBySelect'));
588
$(document).off('change', this._wrapSelector('#vp_gbByGrouper'));
589
+ $(document).off('change', this._wrapSelector('#vp_gbByGrouperNumber'));
590
+ $(document).off('change', this._wrapSelector('#vp_gbByGrouperPeriod'));
591
$(document).off('change', this._wrapSelector('#vp_gbDisplay'));
592
$(document).off('click', this._wrapSelector('#vp_gbDisplaySelect'));
593
$(document).off('change', this._wrapSelector('#vp_gbMethodSelect'));
0 commit comments