当前位置:网站首页>El Table Radio select and hide the select all box
El Table Radio select and hide the select all box
2022-07-04 09:40:00 【Meow sauce fell asleep】
<el-table
@selection-change="handleSelectionChange"
ref="tableRef"
:header-cell-class-name="cellClass"
>
Radio function :
handleSelectionChange(selection) {
if (selection.length > 1) {
this.$refs.tableRef.clearSelection();
this.$refs.tableRef.toggleRowSelection(selection.pop());
}
},
Hide select all box :
cellClass(row){
if (row.columnIndex === 0 && row.rowIndex === 0) {
return 'disableheadselection'
}
}
<style lang="scss" scoped>
/deep/ .disableheadselection > .cell .el-checkbox__inner {
display: none;
}
<style>
Here's the picture : Only one can be checked at a time , You can't choose all .
边栏推荐
- Golang Modules
- 2022-2028 global gasket plate heat exchanger industry research and trend analysis report
- el-table单选并隐藏全选框
- Write a jison parser from scratch (3/10): a good beginning is half the success -- "politics" (Aristotle)
- Markdown syntax
- C # use gdi+ to add text to the picture and make the text adaptive to the rectangular area
- Multilingual Wikipedia website source code development part II
- Investment analysis and prospect prediction report of global and Chinese high purity tin oxide Market Ⓞ 2022 ~ 2027
- How do microservices aggregate API documents? This wave of show~
- 【leetcode】29. Divide two numbers
猜你喜欢
PHP student achievement management system, the database uses mysql, including source code and database SQL files, with the login management function of students and teachers
2022-2028 global seeder industry research and trend analysis report
ArrayBuffer
Some points needing attention in PMP learning
Function comparison between cs5261 and ag9310 demoboard test board | cost advantage of cs5261 replacing ange ag9310
智慧路灯杆水库区安全监测应用
mmclassification 标注文件生成
2022-2028 global small batch batch batch furnace industry research and trend analysis report
How do microservices aggregate API documents? This wave of show~
Latex download installation record
随机推荐
H5 audio tag custom style modification and adding playback control events
直方图均衡化
2022-2028 global industrial gasket plate heat exchanger industry research and trend analysis report
Upgrading Xcode 12 caused Carthage to build cartfile containing only rxswift to fail
Golang Modules
Modules golang
xxl-job惊艳的设计,怎能叫人不爱
2022-2028 global intelligent interactive tablet industry research and trend analysis report
mmclassification 标注文件生成
Launpad | 基礎知識
HMS core helps baby bus show high-quality children's digital content to global developers
2022-2028 research and trend analysis report on the global edible essence industry
Write a jison parser from scratch (1/10):jison, not JSON
Latex download installation record
Investment analysis and future production and marketing demand forecast report of China's paper industry Ⓥ 2022 ~ 2028
C语言指针经典面试题——第一弹
Launchpad x | mode
2022-2028 global elastic strain sensor industry research and trend analysis report
If you can quickly generate a dictionary from two lists
Kubernetes CNI 插件之Fabric