API Reference
Command
New-HtmlXTableResponsive
Enables or disables responsive behavior for the table.
Remarks
Use inside New-HtmlXTable { }.
Examples
New-HtmlXTableResponsive -Enable
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-HtmlXTableResponsive [-Enable <bool>] [<CommonParameters>]#Parameters
- Enable bool
- Whether to enable responsive layout.
Outputs
HtmlForgeX.DslOptions.Tables.TableResponsiveOption