API Reference
Command
New-HtmlXTableButtonCsv
Creates a CSV export button for a DataTables table.
Remarks
Use inside New-HtmlXTable { }.
Examples
New-HtmlXTableButtonCsv -FileName "operations.csv"
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-HtmlXTableButtonCsv [-FileName <string>] [-Text <string>] [-Title <string>] [<CommonParameters>]#Parameters
- FileName string
- Optional export file name.
- Text string
- Button label text.
- Title string
- Tooltip/title shown by the export button.
Outputs
HtmlForgeX.DslOptions.Tables.TableButtonCsvOption