<el-table :data="tableData" ...
table的emptyText可否支持icon #1737 AaronChen2012 opened this issue Dec 14, 2016· 1 comment Comments AaronChen2012 commented Dec 14, 2016 目前需求是这样的,正在获取数据时,会更改为emptyText=‘正在加载...’,最好支持icon,类似input里的icon属性 QingWei-Li added the type: feature request label...
✓ 已被采纳 你误解了empty-text的作用,empty-text是表格源数据为空时显示的内容是这种效果。至于想实现你的需求也有很多种方式,比如这样 <el-table-column> <template slot-scope="{row}"> {{ row.name || '暂无' }} </template> </el-table-column>有用3 回复 面对疾风吧: 谢谢,是我理解错了 ...
看源码可以发现你理解错了。是data为空时,显示empty-text。ElementUI table源码 <div v-if="!data || data.length === 0" class="el-table__empty-block" ref="emptyBlock" :style="{ width: bodyWidth }"> <span class="el-table__empty-text"> <slot name="empty">{{ emptyText || t('el....
<el-table:data="tableData"border v-loading="loading"empty-text=" "><templateslot="empty"v-if="!loading && tableData.length == 0"><PicNone/></template>
只能看到locale可以传object,默认值emptyText: '暂无数据'。 怎么才能自定义图片跟文案呢? 1、在列表对象上绑定locale 2、自定义一个Vue组件,正常封装组件即可,这个组件导入到指定页面,不需要加入到components中声明。 3、将组件直接写到emptyText里面作为value,组件的传值跟正常使用一致 ...
Element UI version 2.4.6 OS/Browsers version windows7 ie11.0.49 Vue version 2.5.17 Reproduction Link https://s.codepen.io/cnjs/debug/VGYVPY/WPkLYNZeVXOM Steps to reproduce Open your ie browser. The reason is the commit: #11965, and align...
emptyTableText EMPTY_TABLE_TEXT WDY_MD_TRANSLATABLE_TEXT enabled ENABLED WDY_BOOLEAN firstActualRow FIRST_ACTUAL_ROW I firstVisibleRow FIRST_VISIBLE_ROW I firstVisibleScrollableCol FIRST_VISIBLE_SCROLL_COL STRING fixedTableLayout FIXED_TABLE_LAYOUT WDY_BOOLEAN footerVisible ...
locale 默认文案设置,目前包括排序、过滤、空数据文案 object filterConfirm: 确定 filterReset: 重置 emptyText: 暂无数据 pagination 分页器,参考配置项或pagination文档,设为 false 时不展示和进行分页 object | false rowClassName 表格行的类名 Function(record, index):string - rowExpandable 设置是否允许行...
NSTextStorageEditActions NSTextStorageEditedFlags NSTextStorageEventArgs NSTextTab NSTextTable NSTextTable 建構函式 屬性 ClassHandle CollapsesBorders 資料行 HidesEmptyCells LayoutAlgorithm 方法 NSTextTableBlock NSTextTableLayoutAlgorithm NSTextTabType NSTextView NSTextView.Notifications NSTextView_SharingSer...