admin-theme icon indicating copy to clipboard operation
admin-theme copied to clipboard

Don't rely on the removed "role=row" and "role=columnheader" attributes

Open gino0631 opened this issue 11 months ago • 0 comments

The datatable styling relies on "role=row" and "role=columnheader" attributes, e.g.: https://github.com/adminfaces/admin-theme/blob/f857cb4dc01a90fdca5c90ce9df2755ea1c81eb9/src/main/resources/less/primefaces-admin/components/datatable.less#L86

Unfortunately, these attributes were removed in PrimeFaces 12 (primefaces/primefaces#9261), so the corresponding CSS properties no longer get applied.

gino0631 avatar Jan 25 '25 21:01 gino0631