Extjs4.0+ grouping bug

gird 使用grouping,鼠标移动到第一行

 
firefox 的提示是 TypeError: 

me.getRowStyleTableEl(...) is null

me.getRowStyleTableEl(item).addCls(me.tableOverFirstCls);
----------------------------------------------------------------------------
chrome的错误提示 Cannot call method 'addCls' of null
 
如果第一次渲染,就把归组显示出来,然后取消归组,鼠标在移动到第一行,就不会出错

但我需要的是渲染时不归组,用户手工点选才归组
 
官方已有人提出此bug,但暂无解决方案
 
 
 
 
 
 
原文地址:https://www.cnblogs.com/xsSystem/p/3122829.html