primefaces / primevue

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

In DataTable, frozen columns prevent the full row from being highlighted when a row is selected #6802

Open vanthorng opened 4 days ago

vanthorng commented 4 days ago

Describe the bug

Requirement: Ensure that when a row is selected in the DataTable, the entire row, including both frozen and scrollable columns, is fully highlighted with a uniform color for better visibility image

Reproducer

https://stackblitz.com/edit/svqjyt?file=src%2FApp.vue,src%2Fflags.css

PrimeVue version

4.1.1

Vue version

4.x

Language

ES6

Build / Runtime

Vue CLI App

Browser(s)

Google Chorme

Steps to reproduce the behavior

No response

Expected behavior

No response