ElementUI table multiple selection mode how to use slots for type= "selection"

clipboard.png

is there any way to realize the slot function, which does not affect its radio and all selection functions

Apr.26,2021

multiple selection

<el-table-column
  type="selection" // 
  width="55">
</el-table-column>

Why should I use a slot

Menu