Fixed #1158 - Datatable - Subheader Grouping with button, button comes over the subheader
parent
73dc3e6878
commit
1efe8f27f1
|
@ -1903,6 +1903,7 @@ export default {
|
||||||
|
|
||||||
.p-datatable-scrollable .p-rowgroup-header {
|
.p-datatable-scrollable .p-rowgroup-header {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Resizable */
|
/* Resizable */
|
||||||
|
|
Loading…
Reference in New Issue