
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
elementui-virtual-table
Advanced tools
一个基于element-ui 的虚拟滚动列表的封装,支持element-ui 表格的其他属性和方法。
| 参数 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| data | 显示的数据 | array | -- |
| rowKey | 与element-ui兼容;同时也是组件判断勾选数据的依据 | String | id |
| fixedLineHeight | 是否启动固定行高(建议极端需求的情况下关闭,否则滑动表格也会出现抖动) | Boolean | true |
| lineHeight | 表格行高 | Number || String | 45 |
| maxHeight | 表格高度 | Number || String | 450 |
| showDataLength | 截取数据长度 | Number || String | 80 |
| 事件名 | 说明 | 返回值 |
|---|---|---|
| getSelectAll | 当用户手动勾选全选checkbox时, 返回勾选数据 | Array |
| getSelect | 当用户手动勾选数据行的checkbox时,返回勾选数据 | Array |
<elementui-virtual-table
:data="tableData"
@get-select-all="selectAll"
@get-select="selectAction"
rowKey="settleLineId"
>
<el-table-column
type="selection"
reserve-selection
width="50"
/>
<el-table-column
prop="index"
label="序号"
width="70"
/>
<el-table-column
prop="name"
label="姓名"
/>
</elementui-virtual-table>
FAQs
一个基于element-ui 的虚拟滚动列表的封装,支持element-ui 表格的其他属性和方法。
We found that elementui-virtual-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.