Skip to content

Column formatting #194

@lexiismadd

Description

@lexiismadd

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Steps to reproduce

I've noticed that the column formatting in Out-ConsoleGridView can be off / aligned poorly with the column headings if there are empty values passed to the function.

Expected behavior

> $Object = [PSCustomObject]@{
    Column1 = "blah"
    Column2 = ""
    Column3 = "blah3"
}
> $Object | Out-ConsoleGridView

Columns for each object member in the view are aligned

Actual behavior

> $Object = [PSCustomObject]@{
    Column1 = "blah"
    Column2 = ""
    Column3 = "blah3"
}
> $Object | Out-ConsoleGridView

Columns for each object member in the view are misaligned

Error details

No response

Environment data

Name                           Value
----                           -----
PSVersion                      7.3.4
PSEdition                      Core
GitCommitId                    7.3.4
OS                             Microsoft Windows 10.0.22621
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Version

latest

Visuals

image

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