【issues/209】VXETable自带的tooltip会错位,所以替换成原生的title

pull/474/head
zhangdaiscott 2023-04-12 21:44:50 +08:00
parent 9d1ade6336
commit 41e48c5113
1 changed files with 6 additions and 2 deletions

View File

@ -17,10 +17,14 @@ export function useData(props: JVxeTableProps): JVxeDataProps {
rowId: props.rowKey,
// 高亮hover的行
highlightHoverRow: true,
// --- 【issues/209】自带的tooltip会错位所以替换成原生的title ---
// 溢出隐藏并显示tooltip
showOverflow: true,
showOverflow: "title",
// 表头溢出隐藏并显示tooltip
showHeaderOverflow: true,
showHeaderOverflow: "title",
// --- 【issues/209】自带的tooltip会错位所以替换成原生的title ---
showFooterOverflow: true,
// 可编辑配置
editConfig: {