API Reference
Command
New-HtmlXTablePaging
Configures paging for the table.
Remarks
Use inside New-HtmlXTable { }.
Examples
New-HtmlXTablePaging -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-HtmlXTablePaging [-Enable <bool>] [-LengthMenu <int[]>] [-PageLength <int>] [<CommonParameters>]#Parameters
- Enable bool
- Whether to enable paging.
- LengthMenu int[]
- Optional page length menu choices.
- PageLength int
- Default page length when paging is enabled.
Outputs
HtmlForgeX.DslOptions.Tables.TablePagingOption