|
|
@ -171,8 +171,6 @@ const tableBodyEl = ref<HTMLElement>() |
|
|
|
|
|
|
|
|
|
|
|
const fillHandle = ref<HTMLElement>() |
|
|
|
const fillHandle = ref<HTMLElement>() |
|
|
|
|
|
|
|
|
|
|
|
const cellRefs = ref<{ el: HTMLElement }[]>([]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const gridRect = useElementBounding(gridWrapper) |
|
|
|
const gridRect = useElementBounding(gridWrapper) |
|
|
|
|
|
|
|
|
|
|
|
// #Permissions |
|
|
|
// #Permissions |
|
|
@ -1414,7 +1412,6 @@ const handleCellClick = (event: MouseEvent, row: number, col: number) => { |
|
|
|
<SmartsheetTableDataCell |
|
|
|
<SmartsheetTableDataCell |
|
|
|
v-for="(columnObj, colIndex) of fields" |
|
|
|
v-for="(columnObj, colIndex) of fields" |
|
|
|
:key="columnObj.id" |
|
|
|
:key="columnObj.id" |
|
|
|
ref="cellRefs" |
|
|
|
|
|
|
|
class="cell relative nc-grid-cell" |
|
|
|
class="cell relative nc-grid-cell" |
|
|
|
:class="{ |
|
|
|
:class="{ |
|
|
|
'cursor-pointer': hasEditPermission, |
|
|
|
'cursor-pointer': hasEditPermission, |
|
|
|