Browse Source

fix : added test-id for column header

fix/show-tooltip-on-truncate
Mohammed Musharaf 12 months ago
parent
commit
1f17881f94
  1. 1
      packages/nc-gui/components/smartsheet/header/Cell.vue

1
packages/nc-gui/components/smartsheet/header/Cell.vue

@ -99,6 +99,7 @@ const onClick = (e: Event) => {
}"
class="name pl-1"
placement="bottom"
:data-test-id="column.title"
>
<template #title> {{ column.title }} </template>

Loading…
Cancel
Save