xiaocheng555 / el-table-virtual-scroll

基于Element-UI的Table 组件开发的虚拟滚动组件,支持动态高度,解决数据量大时滚动卡顿的问题。
232 stars 42 forks source link

请问用了模拟树结构懒加载后 排序功能要怎么写呀? #96

Closed Nxir closed 2 months ago

Nxir commented 2 months ago

现在点排序 数据都是乱的

xiaocheng555 commented 2 months ago

现在点排序 数据都是乱的

是bug,没有兼容这种情况,晚点我兼容下

xiaocheng555 commented 2 months ago

现在点排序 数据都是乱的

是bug,没有兼容这种情况,晚点我兼容下

树结构排序和筛选没有兼容方法,现在不支持

xiaocheng555 commented 2 months ago

https://xiaocheng555.github.io/el-table-virtual-scroll/#/VTreeDemo?code=VTreeDemo&codeTitle=%E6%A0%91%E5%BD%A2%E8%A1%A8%E6%A0%BC-%E6%87%92%E5%8A%A0%E8%BD%BD

2.0.0 版本支持

Nxir commented 1 month ago

https://xiaocheng555.github.io/el-table-virtual-scroll/#/VTreeDemo?code=VTreeDemo&codeTitle=%E6%A0%91%E5%BD%A2%E8%A1%A8%E6%A0%BC-%E6%87%92%E5%8A%A0%E8%BD%BD

2.0.0 版本支持

牛批 刚看到... 这段时间我已经实现了
通过table的@sort-change方法修改dataList
column的:sortable设为"custom"