HtmlForgeX

API Reference

Command

New-HtmlXTableButtonPageLength

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableButtonPageLengthOption

Creates a page length button for a DataTables table.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableButtonPageLength -Text "Rows"
        

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-HtmlXTableButtonPageLength [-Text <string>] [<CommonParameters>]
#

Parameters

Text string optionalposition: namedpipeline: false
Button label text.

Outputs

HtmlForgeX.DslOptions.Tables.TableButtonPageLengthOption