DataTable: tabbing error with row select and expanded rows enabled #3571
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When tabbing over table cells in a
DataTable
with both row select and expanded rows enabled, a console error appears. The error occurs here in the DataTable.vue component because the variablefirstSelectedRow
is null.Reproducer
none
PrimeVue version
3.22.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite App
Browser(s)
No response
Steps to reproduce the behavior
DataTable v-model:expandedRows="expanded" v-model:selection="selection" selectionMode=single
)Expected behavior
No errors should occur
The text was updated successfully, but these errors were encountered: