Open czb128abc opened 1 week ago
When setting the scrolling mode of datatable to fix the first two columns and displaying them after the second tag content on the tab page, there will be a fixed bug in the scrolling table: the first column content will be obscured
https://stackblitz.com/edit/zvnf4b-zqqh8g?file=src%2FApp.vue
4.1.1
4.x
TypeScript
Vite
No response
where scroll table ,the first column should not be covered
Tabs uses the default Vue slot. We investigate it.
Describe the bug
When setting the scrolling mode of datatable to fix the first two columns and displaying them after the second tag content on the tab page, there will be a fixed bug in the scrolling table: the first column content will be obscured
Reproducer
https://stackblitz.com/edit/zvnf4b-zqqh8g?file=src%2FApp.vue
PrimeVue version
4.1.1
Vue version
4.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Reproduce the problem link:
https://stackblitz.com/edit/zvnf4b-zqqh8g?file=src%2FApp.vue
Expected behavior
where scroll table ,the first column should not be covered