Giter VIP home page Giter VIP logo

Comments (7)

xiaocheng555 avatar xiaocheng555 commented on July 22, 2024

我看ant design vue 有一个Surely Vue库,也是有虚拟滚动的,你可以试试那个
https://surely.cool/doc/basic

from el-table-virtual-scroll.

xiaocheng555 avatar xiaocheng555 commented on July 22, 2024

您考虑出一个ant design vue的版本嘛?

Surely Vue 是vue3的😂

from el-table-virtual-scroll.

LiJunXiao avatar LiJunXiao commented on July 22, 2024

是的,目前我们的这个是vue2的,您这个是vue2可以用的嘛?我如果直接用您这个,我是不是还需要引入element ui的依赖啊?

from el-table-virtual-scroll.

xiaocheng555 avatar xiaocheng555 commented on July 22, 2024

是的,目前我们的这个是vue2的,您这个是vue2可以用的嘛?我如果直接用您这个,我是不是还需要引入element ui的依赖啊?

是vue2的,需要引入element ui的依赖,可以在全局按需引入依赖的Checkbox, Radio, Table, TableColumn 组件,如:
import { Checkbox, Radio, Table, TableColumn } from 'element-ui'
Vue.use(Checkbox)
Vue.use(Radio)
Vue.use(Table)
Vue.use(TableColumn)

from el-table-virtual-scroll.

LiJunXiao avatar LiJunXiao commented on July 22, 2024

大佬,您这个组件,yarn 可以安装么?

from el-table-virtual-scroll.

xiaocheng555 avatar xiaocheng555 commented on July 22, 2024

大佬,您这个组件,yarn 可以安装么?

可以的,yarn add el-table-virtual-scroll -S。
另外,我试试写一下ant design vue 的虚拟表格

from el-table-virtual-scroll.

xiaocheng555 avatar xiaocheng555 commented on July 22, 2024

大佬,您这个组件,yarn 可以安装么?

ant design vue的虚拟表格粗略写完了,支持常用的使用场景,可以试试能不能满足,后期有时间再完善
https://github.com/xiaocheng555/a-virtual-table

from el-table-virtual-scroll.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.