Bruno17 / MIGX

MIGX for revo 2.2 and above
84 stars 78 forks source link

handleColumnSwitch is not defined #276

Open wax100 opened 7 years ago

wax100 commented 7 years ago

core/components/migx/configs/grid/grid.renderer.inc.php was if (typeof(handler) == 'undefined' || handler == ''){ handler = 'this.handleColumnSwitch' } need to add if(handler.indexOf('this') == -1){ handler = 'this.'+handler; } Need to be fixed in migx package