topic description
my expected effect is that after double-clicking, a window pops up, and the data corresponding to the red arrow in the picture is not selected in blue. I would like to ask the bosses how to solve it?
sources of topics and their own ideas
related codes
/ / Please paste the code text below (do not replace the code with pictures)
here is a simple table component, the key point is the blue selection pointed to by the red arrow, do not want to have that
<i-table highlight-row border no-data-text="" :height="height" ref="priceTable" @on-row-dblclick="dbClickRow"
@on-row-click="clickRowData" size="small" :columns="columns" :data="showdata"></i-table>
what result do you expect? What is the error message actually seen?
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)