码迷,mamicode.com
首页 > 其他好文 > 详细

Ant Design of Vue —— Table表格组件 —— 设置动态表头

时间:2019-12-25 16:01:55      阅读:3869      评论:0      收藏:0      [点我收藏+]

标签:table   nbsp   dsl   end   名称   slot   tle   scope   temp   

Column配置

比如:操作列

{
key: ‘action‘,
scopedSlots: { customRender: ‘action‘, title: ‘变量名‘ },
align: ‘center‘
}

代码段

<template slot="变量名">{{动态表头名称}}</template>
 
 

Ant Design of Vue —— Table表格组件 —— 设置动态表头

标签:table   nbsp   dsl   end   名称   slot   tle   scope   temp   

原文地址:https://www.cnblogs.com/duoer/p/12096895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!