Fixed #1096 - On Row Expansion Nested Data Table Column Headers No Longer work

pull/1196/head^2
Cagatay Civici 2021-05-12 16:53:21 +03:00
parent 0fbb9ee277
commit 64df59f515
1 changed files with 1 additions and 1 deletions

View File

@ -2059,7 +2059,7 @@ export default {
}
/* Responsive */
.p-datatable .p-datatable-tbody .p-column-title {
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
display: none;
}
</style>