WittaChenOO

Results 1 comments of WittaChenOO

应该用 getCellRelativeRect 拿相对定位,而不是getMergeCellRect 可以这样临时修复: const origShow = FilterToolbar.prototype.show; FilterToolbar.prototype.show = function(col, row, filterModes) { origShow.call(this, col, row, filterModes); // Run original logic first // Now override the popup position let...