pjxxcc

Results 9 comments of pjxxcc

更正描述,并补充[复现连接](https://codesandbox.io/s/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-jucj60?file=/src/views/Demo1.vue)

如果`scroll-y`配置中仅打开了`enable: true`,在表格列数较多而行数小于101行时,横向滚动会非常卡。 原因是通过`enable`打开虚拟滚动后,代码中仍然去判断了`gt`,而`gt`的默认值就是100

@fengpang 请问后续解决了吗? 我测试打开5000*5000的表格,多打开几次内存就满了,关闭表格组件也没用,只有刷新页面才能回收内存

> 我完全不引用vxe-table的样式文件,只按需引入的table组件,也会有内存无法回收问题,估计原因和你的还不太一样。 另外样式文件为什么会导致内存不能回收呢,知道原因吗?

> > > > > > > > > 我完全不引用vxe-table的样式文件,只按需引入的table组件,也会有内存无法回收问题,估计原因和你的还不太一样。 另外样式文件为什么会导致内存不能回收呢,知道原因吗? > > 不太清楚,可能是blink的bug 似乎被我解决了,提了个pr: https://github.com/x-extends/xe-utils/pull/43 内存泄漏的原因是throttle这个闭包会缓存最后一次mouse-wheel事件,把dom都给缓存了。

同样的原因,按需引入会缺失 `vxe-table/lib/icon/style`,导致表格的排序icon不可见。

Encountering the same issue, can we consider exhaustively listing scenarios where spaces are needed before parentheses for handling? In all other cases, remove spaces in front of parentheses. For example,...

内核仓库已经没了

I am also seeking solutions to such problems. The most effective method currently seems to be to enumerate the different permutations at each level and calculate the total number of...