New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

el-virtual-table

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

el-virtual-table

基于element-plus中el-table的虚拟表格组件,功能和el-table一致,但是性能更好,支持大数据量渲染,暂时只支持纵向虚拟表格,且行高固定 ## 安装 ```bash npm install el-virtual-table ``` ## 使用 ```javascript import elVirtualTable from 'el-virtual-table'

latest
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

el-virtual-table

基于element-plus中el-table的虚拟表格组件,功能和el-table一致,但是性能更好,支持大数据量渲染,暂时只支持纵向虚拟表格,且行高固定

安装

npm install el-virtual-table

使用

import elVirtualTable from 'el-virtual-table'

除组件名同el-table不一致外,其他使用方式完全一致

API

| 参数 | 说明 | 类型 | 默认值 |
| ---- | ---- | ---- | ---- |
| data | 表数据 | Array | [] |
| rowHeight | 行高(一定要传) | Number | 40 |
| visibleCount | 要显示的数据(初始会自动根据容器高度计算) | Number | 10  |
| buffer | 缓冲数量 | Number | 5 |

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts