-
-
Notifications
You must be signed in to change notification settings - Fork 337
Open
Labels
feature: need confirm待确认的新特性待确认的新特性
Description
这个功能解决了什么问题?
如果一个 table 很长,需要监控到 scroll-view 的滚动情况,外部可以据此实现一个“回到顶部”的需求。
你期望的 API 是什么样子的?
拓展 wd-table 的 Emits,将 table 体的 scroll-view 的 scroll 事件传递出去。
- const emit = defineEmits(['sort-method', 'row-click'])
+ const emit = defineEmits(['sort-method', 'row-click', 'scroll'])Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature: need confirm待确认的新特性待确认的新特性