Version
1.26.1
Link to Minimal Reproduction
无
Steps to Reproduce
<ListTable
ref="tableRef"
:options="tableOptions"
:records="tableData"
@on-initialized="handleInitialized"
@on-selected-cell="handleSelectedCell"
>
<template
v-if="col.customRender || col.customComponent"
#customLayout="{ table, row, col: colIdx, rect, record, height, width }"
>
Current Behavior
最后一列是自定义vue组件,并且开启了pointerEvents: true,生成的vue组件元素盖在canvas上,pointerEvents: true导致滚动条点击不到,如果关闭pointerEvents,vue组件就无法交互
Expected Behavior
pointerEvents: true的情况下,滚动条能够点中
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Version
1.26.1
Link to Minimal Reproduction
无
Steps to Reproduce
<ListTable
ref="tableRef"
:options="tableOptions"
:records="tableData"
@on-initialized="handleInitialized"
@on-selected-cell="handleSelectedCell"
>
<template
v-if="col.customRender || col.customComponent"
#customLayout="{ table, row, col: colIdx, rect, record, height, width }"
>
Current Behavior
最后一列是自定义vue组件,并且开启了pointerEvents: true,生成的vue组件元素盖在canvas上,pointerEvents: true导致滚动条点击不到,如果关闭pointerEvents,vue组件就无法交互
Expected Behavior
pointerEvents: true的情况下,滚动条能够点中
Environment
Any additional comments?
No response