The table component of iview specifies the problem of banning selection of a row

<Table
    ref="table" 
    highlight-row border 
    :loading="loadingData" 
    :columns="tables" 
    :data="tableData"     
    height="500" highlight-row="true" @on-select="checked"
    @on-selection-change="selectOne"></Table>

< hr >

how to make the selection box of a specified row disabled

Dec.21,2021
The

loop adds an item with key _ disabled, and true to the line where your tableData is disabled

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-1b360af-2bfee.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-1b360af-2bfee.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?