<el-rowref="tableList"><vxe-gridref="xGrid"id="dataTable":columns="tableColumn":data="tableData":toolbar-config="tableToolbar":height="tableHeight":loading="loading":edit-rules="{ quotedAmount: [ { required: true, message: '不能为空' }, { min: 3, max: 50, message: '名称长度在...
<vxe-grid ref="xGrid" id="dataTable" :print-config="{}" :import-config="{}" :export-config="{}" :toolbar-config="formDisable?null:tableToolbar" :columns="tableColumn" :data="tableData" :height="tableHeight" :loading="loading" :seq-config="{startIndex:0}" @toolbar-button-click=...
<vxe-grid ref="xGrid" id="dataTable" :columns="tableColumn" :data="tableData" :toolbar-config="tableToolbar" :height="tableHeight" :loading="loading" :edit-rules="{ quotedAmount: [{ required: true, message: '不能为空' },{ min: 3, max: 50, message: '名称长度在 3 到 50 个...
描述Describe <vxe-grid stripe highlight-hover-row border resizable auto-resize :loading="loading" :columns="columns" :pager-config="pagerConfig" :data.sync="tableData" @current-page-change="(currentPage) => pagerChange({currentPage})" @pa...
(必填)请填写问题描述 Describe <vxe-grid :border="'full'" show-footer highlight-current-row show-overflow show-header-overflow="tooltip" auto-resize stripe highlight-hover-row resizable :height="divHeight" v-loading="pageInfo.isSearching || pageIn...
ref="xTable" resizable border stripe highlight-hover-row highlight-current-row keep-source column-key row-class-name="rowPointer" class="myTable" :data="tableData" row-id="price_item_id" :edit-rules="priceItemValidRules" :loading="tableLoading"...
<vxe-gridref="xTable"resizableborderstripehighlight-hover-rowhighlight-current-rowkeep-sourcecolumn-keyrow-class-name="rowPointer"class="myTable" :data="tableData"row-id="price_item_id":edit-rules="priceItemValidRules":loading="tableLoading" ...
findList (field, order) {this.gridOptions.loading=true// 模拟接口returnnewPromise(resolve=>{setTimeout(() =>{this.gridOptions.loading=falseconstmockList = [ {id:10001,name:'Test1',role:'Develop',sex:'Man',age:28,num:'3.8',num2:'3.8',address:'test abc'}, ...
'is--loading': props.loading || reactData.tableLoading }], style: styles }, renderForms().concat(renderToolbars(), renderTops(), renderTables(), renderBottoms(), renderPagers())) }, renderLayout()) } $xegrid.renderVN = renderVN 10 changes: 9 additions & 1 deletion 10 packages/lo...
I want to use PeachScript/vue-infinite-loader with vxe-grid similar to this example using Element UI: https://peachscript.github.io/vue-infinite-loading/guide/use-with-el-table.html Here is a working example: https://jsfiddle.net/PeachScript/uyjb6z34/ I can't get this to work with ...