HtmlForgeX

API Reference

Command

New-HtmlXTableTypeHint

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableTypeHintOption

Hints DataTables column type for a specific header.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableTypeHint -Header "Errors" -Type Number
        

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-HtmlXTableTypeHint [-Header <string>] [-Type <String>] [<CommonParameters>]
#

Parameters

Header string optionalposition: namedpipeline: false
Header name to apply the type hint to.
Type DataTablesColumnType optionalposition: namedpipeline: falsevalues: 10
DataTables column type. Possible values: String, Numeric, Date, Html, Currency, Percentage, FileSize, IpAddress, Duration, Natural
Possible values: String, Numeric, Date, Html, Currency, Percentage, FileSize, IpAddress, Duration, Natural

Outputs

HtmlForgeX.DslOptions.Tables.TableTypeHintOption