UNPKG

el-table-virtual-scroll

Version:

The virtual scrolling component developed based on the Table component of Element-UI supports dynamic height and solves the problem of scrolling stuck when the amount of data is large.

9 lines (7 loc) 190 B
import VirtualScroll from './el-table-virtual-scroll.vue' import VirtualColumn from './el-table-virtual-column.vue' export default VirtualScroll export { VirtualScroll, VirtualColumn }