API Reference
Command
New-HtmlXTableTypeHint
Hints DataTables column type for a specific header.
Remarks
Use inside New-HtmlXTable { }.
Examples
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
- Header name to apply the type hint to.
- Type DataTablesColumnType
- 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