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.

13 lines (10 loc) 252 B
import base from './rollup.config.base' const config = Object.assign({}, base, { output: { format: 'umd', file: './dist/el-table-virtual-scroll.umd.js', name: 'el-table-virtual-scroll', sourcemap: false } }) export default config