primefaces / primevue

Next Generation Vue UI Component Library
https://primevue.org
MIT License
10.58k stars 1.23k forks source link

datatable fix multiple columns displaying in tabs error #6729

Open czb128abc opened 1 week ago

czb128abc commented 1 week ago

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

image image image

Expected behavior

where scroll table ,the first column should not be covered

tugcekucukoglu commented 1 day ago

Tabs uses the default Vue slot. We investigate it.