当前位置:网站首页>el-table单选并隐藏全选框
el-table单选并隐藏全选框
2022-07-04 09:32:00 【喵酱睡着了】
<el-table
@selection-change="handleSelectionChange"
ref="tableRef"
:header-cell-class-name="cellClass"
>
单选功能:
handleSelectionChange(selection) {
if (selection.length > 1) {
this.$refs.tableRef.clearSelection();
this.$refs.tableRef.toggleRowSelection(selection.pop());
}
},
隐藏全选框:
cellClass(row){
if (row.columnIndex === 0 && row.rowIndex === 0) {
return 'disableheadselection'
}
}
<style lang="scss" scoped>
/deep/ .disableheadselection > .cell .el-checkbox__inner {
display: none;
}
<style>
如下图:每次只能勾选一个,不能全选。
边栏推荐
- How do microservices aggregate API documents? This wave of show~
- Analysis report on the development status and investment planning of China's modular power supply industry Ⓠ 2022 ~ 2028
- How to batch change file extensions in win10
- How to write unit test cases
- Global and Chinese trisodium bicarbonate operation mode and future development forecast report Ⓢ 2022 ~ 2027
- Explain TCP protocol in detail three handshakes and four waves
- Dede plug-in (multi-function integration)
- 2022-2028 global optical transparency industry research and trend analysis report
- Global and Chinese markets for laser assisted liposuction (LAL) devices 2022-2028: Research Report on technology, participants, trends, market size and share
- C語言-入門-基礎-語法-[運算符,類型轉換](六)
猜你喜欢
Leetcode (Sword finger offer) - 35 Replication of complex linked list
2022-2028 global tensile strain sensor industry research and trend analysis report
Logstack configuration details -- elasticstack (elk) work notes 020
2022-2028 global industrial gasket plate heat exchanger industry research and trend analysis report
ArrayBuffer
C语言-入门-基础-语法-数据类型(四)
C language - Introduction - Foundation - syntax - data type (4)
2022-2028 global industry research and trend analysis report on anterior segment and fundus OTC detectors
GoLand environment variable configuration
The child container margin top acts on the parent container
随机推荐
Launpad | Basics
《网络是怎么样连接的》读书笔记 - 集线器、路由器和路由器(三)
Global and Chinese markets of hemoglobin analyzers in care points 2022-2028: Research Report on technology, participants, trends, market size and share
Sword finger offer 30 contains the stack of Min function
C语言-入门-基础-语法-[运算符,类型转换](六)
Markdown syntax
HMS core helps baby bus show high-quality children's digital content to global developers
In depth investigation and Strategic Research Report on China's motion controller Market (2022 Edition)
【leetcode】29. Divide two numbers
Reload CUDA and cudnn (for tensorflow and pytorch) [personal sorting summary]
Awk from entry to earth (8) array
2022-2028 global seeder industry research and trend analysis report
C语言-入门-基础-语法-数据类型(四)
Analysis report on the production and marketing demand and investment forecast of tellurium dioxide in the world and China Ⓣ 2022 ~ 2027
Basic data types in golang
Langage C - démarrer - base - syntaxe - [opérateur, conversion de type] (vi)
Global and Chinese trisodium bicarbonate operation mode and future development forecast report Ⓢ 2022 ~ 2027
如何编写单元测试用例
What is inner connection and outer connection? What are the uses and benefits
Review of last week's hot spots (6.27-7.3)