今天需要扩展他的表格,发现源码里面已经有了,是扩展的 vue 的
- 官方高级样例:https://pure-admin.github.io/vue-pure-admin/#/table/high
- 关于源码:https://github.com/pure-admin/vue-pure-admin/blob/main/src/views/table/high/page/index.vue
- pure table 样例:https://pure-admin.github.io/pure-admin-table/
- vue table 官方文档:https://element-plus.org/zh-CN/component/table#%E6%8E%92%E5%BA%8F
- 问题点:官方的 sort 排序,对于超过 300-400 的数据集,还是有一些慢,哪怕我加了内存优化等。
正文完