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)
  });
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b57e-2c26f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b57e-2c26f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?