EvotecIT / PSWriteHTML

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.
MIT License
826 stars 106 forks source link

New-TableHeader alignment applies to wrong place #227

Open PrzemyslawKlys opened 3 years ago

PrzemyslawKlys commented 3 years ago

The Title is for adding Title over 1 or more rows

image

New-TableHeader -Alignment left -Names 'Name', 'Id' -Title 'Title'

That cmdlet has multiple options to control how things are looking. Anyways I see there's a bug where TItle/Names alignment needs to be fixed. There should be 2 separate alignements.

Originally posted by @PrzemyslawKlys in https://github.com/EvotecIT/PSWriteHTML/issues/226#issuecomment-819810928