快盘下载:好资源、好软件、快快下载吧!

快盘排行|快盘最新

当前位置:首页软件教程电脑软件教程 → element-UI-table-新增定位-设置第一行高亮

element-UI-table-新增定位-设置第一行高亮

时间:2022-09-29 22:28:08人气:作者:快盘下载我要评论
<el-table
      :height=;ii_tableHeight; 
      :data=;ia_tableData;
      align=;center;
      v-loading=;ib_loading;
      ;sort-change=;handleSortChange;
      :header-cell-style=;{ background: ;#F5F7FA; };
      ref=;refGrid;
      ;current-change=;handleCurRowChange;
      ;row-click=;handleRowClick;
      Highlight-current-row 
      border 
      :stripe=;true;
      :key=;is_tableRandomKey;
     :cell-style=;handleCellStyle;
    >
</el-table>
:header-cell-style=;{ background: ;#1b69de; }; //行高亮的样式设置
选择某一行
this.$refs.refGrid.toggleRowSelection(aRow,true);
设置某一行高亮
this.$refs.refGrid.setCurrentRow(this.ia_tableData[0]);

父组件;

addNewRow(aRow){
 this.ia_tableData.unshift(aRow);
   this.$nextTick(()=>{
     this.$refs.refGrid.toggleRowSelection(aRow,true);
     this.$refs.refGrid.setCurrentRow(this.ia_tableData[0]);
   })
},

子组件;

this.$nextTick(()=>{
             this.$refs.EBOM_OUTFILE_Main.addNewRow({
               AIRNAME:io_ret_main_key.AIRNAME,
               CLENAME:io_ret_main_key.CLENAME,
               CNCINFO:io_ret_main_key.CNCINFO,
               CNCSTATUS:io_ret_main_key.CNCSTATUS,
               CREATNAME:io_ret_main_key.CREATNAME,
               CNCSTATUSNM:io_ret_main_key.CNCSTATUSNM,
               CREATDATE:io_ret_main_key.CREATDATE,
               CREATID:io_ret_main_key.CREATID,
               EECNC:io_ret_main_key.EECNC,
               FILEID:io_ret_main_key.FILEID,
               FILEID_PDF:io_ret_main_key.FILEID_PDF,
               FINAME:io_ret_main_key.FINAME,
               FITYPE:io_ret_main_key.FITYPE,
               ROWID:io_ret_main_key.ROWID,
               SENDUNIT:io_ret_main_key.SENDUNIT,
               SENDUNIT_NAME:io_ret_main_key.SENDUNIT_NAME,
               TITLE:io_ret_main_key.TITLE,
               TYPEDESCNAME:io_ret_main_key.TYPEDESCNAME,
             })
           })

相关文章

网友评论

快盘下载暂未开通留言功能。

关于我们| 广告联络| 联系我们| 网站帮助| 免责声明| 软件发布

Copyright 2019-2029 【快快下载吧】 版权所有 快快下载吧 | 豫ICP备10006759号公安备案:41010502004165

声明: 快快下载吧上的所有软件和资料来源于互联网,仅供学习和研究使用,请测试后自行销毁,如有侵犯你版权的,请来信指出,本站将立即改正。