Skip to content

Commit

Permalink
releases 4.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Nov 28, 2024
1 parent c798ffb commit 2649694
Show file tree
Hide file tree
Showing 5 changed files with 179 additions and 50 deletions.
210 changes: 166 additions & 44 deletions examples/views/table/TableTest9.vue
Original file line number Diff line number Diff line change
@@ -1,66 +1,188 @@
<template>
<div>
<vxe-button @click="loadData(5000)">加载5k条</vxe-button>
<vxe-button @click="loadData(10000)">加载1w条</vxe-button>
<vxe-table
border
:row-config="rowConfig"
:column-config="columnConfig"
:tree-config="treeConfig"
show-overflow
height="800"
:loading="loading"
:column-config="{resizable: true}"
:scroll-x="{enabled: true, gt: 0}"
:scroll-y="{enabled: true, gt: 0}"
:data="tableData">
<vxe-column type="seq" width="70"></vxe-column>
<vxe-column field="name" title="Name" min-width="300" tree-node drag-sort></vxe-column>
<vxe-column field="size" title="Size"></vxe-column>
<vxe-column field="type" title="Type"></vxe-column>
<vxe-column field="date" title="Date"></vxe-column>
<vxe-column type="checkbox" width="60"></vxe-column>
<vxe-column field="col0" title="列0" width="100"></vxe-column>
<vxe-column field="imgUrl" title="列1" width="80" :cell-render="imgUrlCellRender"></vxe-column>
<vxe-column field="col2" title="列2" width="90"></vxe-column>
<vxe-column field="col3" title="列3" width="200"></vxe-column>
<vxe-column field="col4" title="列4" width="140"></vxe-column>
<vxe-column field="col5" title="列5" width="300"></vxe-column>
<vxe-column field="col6" title="列6" width="160"></vxe-column>
<vxe-column field="col7" title="列7" width="120"></vxe-column>
<vxe-column field="col8" title="列8" width="400"></vxe-column>
<vxe-column field="col9" title="列9" width="160"></vxe-column>
<vxe-column field="col10" title="列10" width="160"></vxe-column>
<vxe-column field="col11" title="列11" width="180"></vxe-column>
<vxe-column field="col12" title="列12" width="160"></vxe-column>
<vxe-column field="col13" title="列13" width="80"></vxe-column>
<vxe-column field="col14" title="列14" width="120"></vxe-column>
<vxe-column field="col15" title="列15" width="360"></vxe-column>
<vxe-column field="col16" title="列16" width="150"></vxe-column>
<vxe-column field="col17" title="列17" width="380"></vxe-column>
<vxe-column field="col18" title="列18" width="100"></vxe-column>
<vxe-column field="col19" title="列19" width="290"></vxe-column>
<vxe-column field="col20" title="列20" width="80"></vxe-column>
<vxe-column field="col21" title="列21" width="100"></vxe-column>
<vxe-column field="col22" title="列22" width="120"></vxe-column>
<vxe-column field="col23" title="列23" width="270"></vxe-column>
<vxe-column field="col24" title="列24" width="330"></vxe-column>
<vxe-column field="col25" title="列25" width="460"></vxe-column>
<vxe-column field="col26" title="列26" width="280"></vxe-column>
<vxe-column field="col27" title="列27" width="220"></vxe-column>
<vxe-column field="col28" title="列28" width="120"></vxe-column>
<vxe-column field="col29" title="列29" width="180"></vxe-column>
<vxe-column field="col30" title="列30" width="500"></vxe-column>
<vxe-column field="col31" title="列31" width="600"></vxe-column>
<vxe-column field="col32" title="列32" width="100"></vxe-column>
<vxe-column field="col33" title="列33" width="490"></vxe-column>
<vxe-column field="col34" title="列34" width="100"></vxe-column>
<vxe-column field="col35" title="列35" width="150"></vxe-column>
<vxe-column field="col36" title="列36" width="800"></vxe-column>
<vxe-column field="col37" title="列37" width="400"></vxe-column>
<vxe-column field="col38" title="列38" width="800"></vxe-column>
<vxe-column field="col39" title="列39" width="360"></vxe-column>
<vxe-column field="col40" title="列40" width="420"></vxe-column>
<vxe-column field="col41" title="列41" width="100"></vxe-column>
<vxe-column field="col42" title="列42" width="120"></vxe-column>
<vxe-column field="col43" title="列43" width="280"></vxe-column>
<vxe-column field="col44" title="列44" width="170"></vxe-column>
<vxe-column field="col45" title="列45" width="370"></vxe-column>
<vxe-column field="col46" title="列46" width="120"></vxe-column>
<vxe-column field="col47" title="列47" width="170"></vxe-column>
<vxe-column field="col48" title="列48" width="400"></vxe-column>
<vxe-column field="col49" title="列49" width="220"></vxe-column>
<vxe-column field="col50" title="列50" width="170"></vxe-column>
<vxe-column field="col51" title="列51" width="160"></vxe-column>
<vxe-column field="col52" title="列52" width="100"></vxe-column>
<vxe-column field="col53" title="列53" width="280"></vxe-column>
<vxe-column field="col54" title="列54" width="170"></vxe-column>
<vxe-column field="col55" title="列55" width="370"></vxe-column>
<vxe-column field="col56" title="列56" width="120"></vxe-column>
<vxe-column field="col57" title="列57" width="170"></vxe-column>
<vxe-column field="col58" title="列58" width="400"></vxe-column>
<vxe-column field="col59" title="列59" width="220"></vxe-column>
<vxe-column field="col60" title="列60" width="500"></vxe-column>
<vxe-column field="col61" title="列61" width="600"></vxe-column>
<vxe-column field="col62" title="列62" width="100"></vxe-column>
<vxe-column field="col63" title="列63" width="490"></vxe-column>
<vxe-column field="col64" title="列64" width="100"></vxe-column>
<vxe-column field="col65" title="列65" width="150"></vxe-column>
<vxe-column field="col66" title="列66" width="800"></vxe-column>
<vxe-column field="col67" title="列67" width="400"></vxe-column>
<vxe-column field="col68" title="列68" width="800"></vxe-column>
<vxe-column field="col69" title="列69" width="360"></vxe-column>
<vxe-column field="col70" title="列70" width="500"></vxe-column>
<vxe-column field="col71" title="列71" width="600"></vxe-column>
<vxe-column field="col72" title="列72" width="100"></vxe-column>
<vxe-column field="col73" title="列73" width="490"></vxe-column>
<vxe-column field="col74" title="列74" width="100"></vxe-column>
<vxe-column field="col75" title="列75" width="150"></vxe-column>
<vxe-column field="col76" title="列76" width="800"></vxe-column>
<vxe-column field="col77" title="列77" width="400"></vxe-column>
<vxe-column field="col78" title="列78" width="800"></vxe-column>
<vxe-column field="col79" title="列79" width="360"></vxe-column>
<vxe-column field="col80" title="列80" width="500"></vxe-column>
<vxe-column field="col81" title="列81" width="600"></vxe-column>
<vxe-column field="col82" title="列82" width="100"></vxe-column>
<vxe-column field="col83" title="列83" width="490"></vxe-column>
<vxe-column field="col84" title="列84" width="100"></vxe-column>
<vxe-column field="col85" title="列85" width="150"></vxe-column>
<vxe-column field="col86" title="列86" width="800"></vxe-column>
<vxe-column field="imgList1" title="列88" width="120" :cell-render="imgList1CellRender"></vxe-column>
<vxe-column field="flag1" title="列89" width="100" :cell-render="flag1CellRender"></vxe-column>
<vxe-column field="action" title="操作" width="120" >
<template #default>
<vxe-button mode="text" status="primary">编辑</vxe-button>
<vxe-button mode="text" status="error">删除</vxe-button>
</template>
</vxe-column>
</vxe-table>
</div>
</template>

<script lang="ts" setup>
import { ref, reactive } from 'vue'
import type { VxeTablePropTypes } from '../../../types'
import { ref, reactive, nextTick } from 'vue'
import { VxeColumnPropTypes } from '../../../types'
interface RowVO {
id: number
parentId: number | null
name: string
type: string
size: number
date: string
[key: string]: string | number | boolean | any[]
}
const tableData = ref<RowVO[]>([
{ id: 10000, parentId: null, name: 'Test1', type: 'mp3', size: 1024, date: '2020-08-01' },
{ id: 10050, parentId: null, name: 'Test2', type: 'mp4', size: 0, date: '2021-04-01' },
{ id: 24300, parentId: 10050, name: 'Test3', type: 'avi', size: 1024, date: '2020-03-01' },
{ id: 20045, parentId: 24300, name: 'Test4', type: 'html', size: 600, date: '2021-04-01' },
{ id: 10053, parentId: 24300, name: 'Test5', type: 'avi', size: 0, date: '2021-04-01' },
{ id: 24330, parentId: 10053, name: 'Test6', type: 'txt', size: 25, date: '2021-10-01' },
{ id: 21011, parentId: 10053, name: 'Test7', type: 'pdf', size: 512, date: '2020-01-01' },
{ id: 22200, parentId: 10053, name: 'Test8', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23666, parentId: null, name: 'Test9', type: 'xlsx', size: 2048, date: '2020-11-01' },
{ id: 23677, parentId: 23666, name: 'Test10', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23671, parentId: 23677, name: 'Test11', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23672, parentId: 23677, name: 'Test12', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23688, parentId: 23666, name: 'Test13', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23681, parentId: 23688, name: 'Test14', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 23682, parentId: 23688, name: 'Test15', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 24555, parentId: null, name: 'Test16', type: 'avi', size: 224, date: '2020-10-01' },
{ id: 24566, parentId: 24555, name: 'Test17', type: 'js', size: 1024, date: '2021-06-01' },
{ id: 24577, parentId: 24555, name: 'Test18', type: 'js', size: 1024, date: '2021-06-01' }
])
const tableData = ref<RowVO[]>([])
const loading = ref(false)
const rowConfig = reactive<VxeTablePropTypes.RowConfig<RowVO>>({
useKey: true,
drag: true
const flag1CellRender = reactive<VxeColumnPropTypes.CellRender>({
name: 'VxeSwitch'
})
const columnConfig = reactive<VxeTablePropTypes.ColumnConfig<RowVO>>({
useKey: true
const imgUrlCellRender = reactive<VxeColumnPropTypes.CellRender>({
name: 'VxeImage',
props: {
width: 36,
height: 36
}
})
const treeConfig = reactive<VxeTablePropTypes.TreeConfig<RowVO>>({
transform: true,
rowField: 'id',
parentField: 'parentId'
const imgList1CellRender = reactive<VxeColumnPropTypes.CellRender>({
name: 'VxeUpload',
props: {
mode: 'image',
readonly: true,
moreConfig: {
maxCount: 2
},
imageStyle: {
width: 40,
height: 40
}
}
})
// 模拟行数据
const loadData = (rowSize: number) => {
loading.value = true
setTimeout(() => {
const dataList: RowVO[] = []
for (let i = 0; i < rowSize; i++) {
const item: RowVO = {
id: 10000 + i,
imgUrl: i % 3 === 0 ? 'https://vxeui.com/resource/img/546.gif' : 'https://vxeui.com/resource/img/673.gif',
imgList1: i % 4 === 0
? [
{ name: 'fj577.jpg', url: 'https://vxeui.com/resource/img/fj577.jpg' }
]
: [
{ name: 'fj573.jpeg', url: 'https://vxeui.com/resource/img/fj573.jpeg' },
{ name: 'fj562.png', url: 'https://vxeui.com/resource/img/fj562.png' }
],
flag1: i % 5 === 0
}
for (let j = 0; j < 120; j++) {
item[`col${j}`] = `值_${i}_${j}` + (i % 2 ? 'sdf sdf' : (i % 3 ? 'sddfgfdgfdgfdggfdgf sddfgfdgfdgfdggfdgf sdfgfdgfddf dsdfgfdggf sdfds dsf ' : 'ssdfdsdf sddffdf sdf sfsdfsd'))
}
dataList.push(item)
}
const startTime = Date.now()
tableData.value = dataList
loading.value = false
nextTick(() => {
console.log(`加载时间 ${Date.now() - startTime} 毫秒`)
})
}, 350)
}
loadData(200)
</script>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.9.9",
"version": "4.9.10",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、拖拽排序,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式...",
"scripts": {
"update": "npm install --legacy-peer-deps",
Expand Down
2 changes: 1 addition & 1 deletion packages/table/module/export/import-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default defineComponent({
VxeUIButtonComponent
? h(VxeUIButtonComponent, {
status: 'primary',
disabled: !hasFile || reactData.loading, //没有文件或者正在导入时禁用
disabled: !hasFile || reactData.loading,
content: getI18n('vxe.import.impConfirm'),
onClick: importEvent
})
Expand Down
2 changes: 1 addition & 1 deletion packages/table/src/columnInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class ColumnInfo {
const $xeGrid = $xeTable.xegrid
const formatter: string | any[] = _vm.formatter
const visible = XEUtils.isBoolean(_vm.visible) ? _vm.visible : true
const { props: tableProps } = $xeTable

if (process.env.VUE_APP_VXE_ENV === 'development') {
const types = ['seq', 'checkbox', 'radio', 'expand', 'html']
Expand All @@ -29,7 +30,6 @@ export class ColumnInfo {
warnLog('vxe.error.errConflicts', ['column.cell-render', 'column.edit-render'])
}
if (_vm.type === 'expand') {
const { props: tableProps } = $xeTable
const { treeConfig } = tableProps
const { computeTreeOpts } = $xeTable.getComputeMaps()
const treeOpts = computeTreeOpts.value
Expand Down
13 changes: 10 additions & 3 deletions packages/table/src/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ export default defineComponent({
* @param {Array} datas 数据
*/
const loadTableData = (datas: any[]) => {
const { keepSource, treeConfig } = props
const { keepSource, treeConfig, showOverflow } = props
const { editStore, scrollYLoad: oldScrollYLoad } = reactData
const { scrollYStore, scrollXStore, lastScrollLeft, lastScrollTop } = internalData
const treeOpts = computeTreeOpts.value
Expand Down Expand Up @@ -2556,8 +2556,15 @@ export default defineComponent({
if (keepSource) {
tablePrivateMethods.cacheSourceMap(fullData)
}
if (process.env.VUE_APP_VXE_ENV === 'development') {
if (sYLoad) {
if (sYLoad) {
if (showOverflow) {
const errColumn = internalData.tableFullColumn.find(column => column.showOverflow === false)
if (errColumn) {
errLog('vxe.error.errProp', [`column[field="${errColumn.field}"].show-overflow=false`, 'show-overflow=true'])
}
}

if (process.env.VUE_APP_VXE_ENV === 'development') {
if (!(props.height || props.maxHeight)) {
errLog('vxe.error.reqProp', ['table.height | table.max-height | table.scroll-y={enabled: false}'])
}
Expand Down

0 comments on commit 2649694

Please sign in to comment.