MIGX icon indicating copy to clipboard operation
MIGX copied to clipboard

handleColumnSwitch is not defined

Open wax100 opened this issue 8 years ago • 0 comments

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

wax100 avatar Feb 10 '17 19:02 wax100