Add scrollx

This commit is contained in:
Przemyslaw Klys
2024-10-17 19:35:53 +02:00
parent 9fb76d701f
commit a3427496e9
+1 -1
View File
@@ -328,7 +328,7 @@
foreach ($Key in $Output.Reports.Keys) {
New-HTMLTab -Name $Key {
Write-Verbose "Invoke-GPOZaurrContent - Generating HTML Table for $Key"
New-HTMLTable -DataTable $Output.Reports[$Key] -Filtering -Title $Key
New-HTMLTable -DataTable $Output.Reports[$Key] -Filtering -Title $Key -PagingOptions 7, 15, 30, 45, 60 -ScrollX
}
}
} -FilePath $OutputPath -ShowHTML:$Open -Online:$Online