DataTable: RowExpansion & RowSelection #6904
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When I use an outer DataTable with Row Expansion and an inner DataTable and I want the inner DataTable be use RowSelection (single mode) the Fokus breaks. After this I cannot access the inner DataTable anymore via Keyboard Tabbing.
You can see this issue live in action in here by opening a Row Expansion and then click on the outer DataTables row (the row you just used for expansion)
https://stackblitz.com/edit/lwvsx7?file=src%2FApp.vue
Reproducer
https://stackblitz.com/edit/lwvsx7?file=src%2FApp.vue
PrimeVue version
4.2.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
Chrome
Steps to reproduce the behavior
opening a Row Expansion and then click on the outer DataTables row (the row you just used for expansion) on some empty space
Expected behavior
Fokus and thus the ability to access the inner DataTable via Keyboard should not break
The text was updated successfully, but these errors were encountered: