API Reference
Command
New-HtmlXTableResponsiveHide
Hides columns from the responsive view by header name.
Remarks
Use inside New-HtmlXTable { }.
Examples
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[]
- Header names to hide in responsive view.
Outputs
HtmlForgeX.DslOptions.Tables.TableResponsiveHideOption