|
|
@ -158,7 +158,7 @@ const onContextmenu = (e: MouseEvent) => { |
|
|
|
`nc-cell-${(column?.uidt || 'default').toLowerCase()}`, |
|
|
|
`nc-cell-${(column?.uidt || 'default').toLowerCase()}`, |
|
|
|
{ 'text-blue-600': isPrimary(column) && !props.virtual && !isForm }, |
|
|
|
{ 'text-blue-600': isPrimary(column) && !props.virtual && !isForm }, |
|
|
|
{ 'nc-grid-numeric-cell': isGrid && !isForm && isNumericField }, |
|
|
|
{ 'nc-grid-numeric-cell': isGrid && !isForm && isNumericField }, |
|
|
|
{ 'h-[40px]': !props.editEnabled && isForm } |
|
|
|
{ 'h-[40px]': !props.editEnabled && isForm }, |
|
|
|
]" |
|
|
|
]" |
|
|
|
@keydown.enter.exact="syncAndNavigate(NavigateDir.NEXT, $event)" |
|
|
|
@keydown.enter.exact="syncAndNavigate(NavigateDir.NEXT, $event)" |
|
|
|
@keydown.shift.enter.exact="syncAndNavigate(NavigateDir.PREV, $event)" |
|
|
|
@keydown.shift.enter.exact="syncAndNavigate(NavigateDir.PREV, $event)" |
|
|
|