异步懒加载数据源排序实现 #2183
Unanswered
voidman2017
asked this question in
Q&A
异步懒加载数据源排序实现
#2183
Replies: 1 comment
-
https://visactor.io/vtable/guide/basic_function/sort/list_sort 可以仔细阅读这个教程 @voidman2017 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://visactor.io/vtable/demo/performance/async-data
有关异步懒加载数据源中,其中注意事项中提到,实现排序 建议后端实现排序逻辑,前端仅展示排序图标
有没有相关示例代码,或者具体调用那些api实现。
尝试使用 tableInstance.on('sort_click') 结合 updateSortState 可以实现改变图标。但是如何去更新排序后的数据呢。
Beta Was this translation helpful? Give feedback.
All reactions