How the Element UI table first column selection box is selected by default

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

how to select

by default
Apr.27,2021

http://element.eleme.io/-sharp/zh-.


has the landlord solved this problem, too?


  demotoggleRowSelection:
  
    this.tableData.forEach(item => {
     this.$refs.table.toggleRowSelection(item,true)
  });
Menu