Skip to content

Question HTMLTable in eMail-body / button for export #165

Open
@paddy75

Description

@paddy75

Hello,

when I have a lot of lines in the table, all are displayed in the email-body. Is it possible do display only the first 10 line for example and in the -attachself all lines are included?

If i click on the export buttons "excel" or "pdf" in the header "Exported Data" is displayed. The -titletext is set with a variable but it is not displayed.

New-HTML -TitleText $Subject -Online { New-HTMLSection -HeaderText $Subject -HeaderTextColor black -HeaderBackGroundColor limegreen -BorderRadius 15px { New-HTMLPanel -BorderRadius 15px { New-HTMLTable -DataTable $DatenTabelle -PagingLength 10 -HideFooter -ScrollCollapse -FixedHeader -Style cell-border -Buttons excelHtml5, pdfHtml5, pageLength, searchPanes } } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions