修复grid 设置empty-text 和 empty-renderer 无效问题 x-extends#1349 Browse files master xuliangzhan committed Apr 21, 2021 1 parent cac487c commit 393e07b Showing 1 changed file with 4 additions and 3 deletions. Whitespace Ignore whitespace Split Unified ...
renderer: { search: 'Search', cases: { equal: 'Equal', unequal: 'Not equal', gt: 'Greater than', ge: 'Greater than or equal', lt: 'Less than', le: 'Less than or equal', begin: 'Beginning is', notbegin: 'Beginning is not', endin: 'End is', notendin: 'End is not', ...
13 changes: 9 additions & 4 deletions 13 lib/v-x-e-table/src/renderer.js Original file line numberDiff line numberDiff line change @@ -27,7 +27,7 @@ function getAttrs(_ref) { } function isSyncCell(renderOpts, params, context) { return renderOpts.type === 'visible' || context...
Renderer(渲染器) Virtual Scroller(虚拟滚动) Modules Docs To view the user guide 使用指南 To view the example查看演示 To view the document查看文档 Installing 依赖库:vue2.6+,xe-utils2.4+ npm install xe-utils vxe-table CDN <!-- 引入样式 --><linkrel="stylesheet"href="https://unpkg.com/vxe...
examples/plugins/table/renderer/components/EditDownModal.vue Original file line numberDiff line numberDiff line change @@ -151,10 +151,8 @@ export default defineComponent({ width: auto; flex-grow: 1; } .edit-down-input { /deep/ .vxe-input--inner { border-radius: 4px 0 0 4px; } ....
renderer.get(renderOpts.name) if (compConf && compConf.renderFooter) { return compConf.renderFooter.call($table, h, renderOpts, params, { $grid: $table.$xegrid, $table }) } } return [UtilTools.formatText(items[_columnIndex], 1)] return [ h('span', { class: 'vxe-cell--item' ...
Renderer(渲染器) Virtual Scroller(虚拟滚动) Modules Docs To view the user guide 使用指南 To view the example查看演示 To view the document查看文档 Installing 依赖库:vue2.6+,xe-utils2.4+ npm install xe-utils vxe-table CDN <!-- 引入样式 --><linkrel="stylesheet"href="https://unpkg.com/vxe...