PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

PSWriteHTML is PowerShell Module to generate beautiful HTML reports, pages, emails without any knowledge of HTML, CSS or JavaScript. To get started basics PowerShell knowledge is required.

Results 82 PSWriteHTML issues
Sort by recently updated
recently updated
newest added

Hello, is there a way to make a button that re-executes the powershell code?

Dear Przemyslaw Is it possible to control the width of an arrow between two nodes? I have written a little function that visualizes AD Site configuration and would like to...

When sending data (aka a PS Object) to Out-HtmlView I want to transpose rows into columns. Is this possible with the current module's version? E. g.: Form Exchange Shell I...

bug
enhancement

### Discussed in https://github.com/EvotecIT/PSWriteHTML/discussions/266 Originally posted by **gglgiggles** August 19, 2021 I have the following code that almost looks like I want. ``` New-HTML -TitleText $Title -Online -FilePath $PSScriptRoot\qualifiers.htm -Temporary...

enhancement

Hi, I really enjoy using this Powershell module for creating custom dashboards. I just wanted to know if it was possible to update FontAwesome Icons to 6.0 instead of 5.0...

enhancement

I am fighting battles with different peoples resolutions...particularly the smaller ones... I personally like ScrollX better than (+) expanding rows for large tables. My only issue with -ScrollX is that...

enhancement

I have issues related to formatting: 1. Custom column widths. As you can see I am trying to set column width to 50 but whatever number I put in, nothing...

enhancement
JS
CSS

Hi, i have the following code: `` New-HTMLTable -Title $Title -DataTable $DatenTabelle -PagingLength 10 -HideFooter -ScrollCollapse -FixedHeader -Style cell-border -Buttons excelHtml5, pageLength, searchPanes -SearchBuilder `` The searchpane for two columns...

bug
enhancement

If 1st "data" array is empty then chart doesn't render correctly ``` New-HTML -TitleText 'My title' -Online -FilePath $PSScriptRoot\Example-ChartsBarStacked.html { New-HTMLTabStyle -SlimTabs New-HTMLTab -Name 'Bar Charts - Bar Stacked' -IconSolid...

bug
enhancement
good first issue

I'm trying to email the HTML output by first converting to an image but not having too much luck with it - possible due to complex javascript. I tried Chrome...

enhancement