HtmlForgeX

API Reference

Command

New-HtmlXTablePaging

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TablePagingOption

Configures paging for the table.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

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 optionalposition: namedpipeline: false
Whether to enable paging.
LengthMenu int[] optionalposition: namedpipeline: false
Optional page length menu choices.
PageLength int optionalposition: namedpipeline: false
Default page length when paging is enabled.

Outputs

HtmlForgeX.DslOptions.Tables.TablePagingOption