标签: javascript extjs
我在无限网格中使用RowExpander [+]插件。当我向下滚动缓冲页面时,我看到列宽未正确排列,如图所示。日期列未被删除,导致其他列被推开。谁知道为什么?感谢。
plugins: [{ ptype: 'bufferedrenderer' },{ ptype: 'rowexpander', rowBodyTpl: '<div class="inner-results"></div>' }