HtmlForgeX

API Reference

Command

New-HtmlXTableResponsiveHide

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableResponsiveHideOption

Hides columns from the responsive view by header name.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableResponsiveHide -Headers @("Region")
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXTableResponsiveHide [-Headers <string[]>] [<CommonParameters>]
#

Parameters

Headers string[] optionalposition: namedpipeline: false
Header names to hide in responsive view.

Outputs

HtmlForgeX.DslOptions.Tables.TableResponsiveHideOption