Skip to content

It appears New-HTMLTableHeader has the FontSize 0 Bug #306

@smasterson

Description

@smasterson

If you do not specify -FontSize while using New-HTMLTableHeader the header will not be shown.

$tmp1 = @"
Job State,Count
DONE,5035
ACTIVE,24
"@ | ConvertFrom-Csv


New-HTML -Temporary -ShowHTML {

  New-HTMLTable -DataTable $tmp1 {

    New-HTMLTableHeader -Names 'Job State' 
    New-HTMLTableHeader -Names 'Count' -FontSize 12

  }

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions