primevue icon indicating copy to clipboard operation
primevue copied to clipboard

DataTable: Cannot set properties of null (setting 'tabIndex')

Open lakkvak opened this issue 9 months ago • 2 comments

Describe the bug

If you wrap the body template in a div and enable cell editing, you get an error in the console

image

Reproducer

https://stackblitz.com/edit/lb4ep6?file=src%2FApp.vue

PrimeVue version

3.51.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

Select the first row- an error will appear in the console Further it will appear randomly when selecting other row

Expected behavior

No response

lakkvak avatar Apr 26 '24 08:04 lakkvak

I have the same problem

SchwarzesWasser avatar Apr 27 '24 10:04 SchwarzesWasser

I get the same error in the context of expandable rows. I have no cell editing in my table.

I'm in v4 beta 2.

ixxie avatar May 09 '24 17:05 ixxie