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

Menu