按钮未显示在P表中

时间:2019-02-05 20:02:32

标签: angular typescript

我遇到一个问题,当我将其放在p表中时,按钮没有显示。它在表外显示(但不下载csv)(我想在表外,但不确定在表外是否可以工作)。这是p表的代码

   <p-table #DropOff [value]="userData" [(selection)]="selectedUser" selectionMode="multiple" [rowHover]="true" [columns]="cols" [paginator]="true" [rows]="25" [rowsPerPageOptions]="[25,75,200]">

    <button type="button" pButton icon="fa fa-file" iconPos="left" label="Selection Only" (click)="DropOff.exportCSV({selectionOnly:true})" style="float:right"></button>

我省略了下面的条目,但表已填写。我已经尝试了所有我能想到的方法,但是由于某种原因,如果它在表外(我想要的位置),它不会下载csv,但是如果它在表内,它甚至不会显示底部来尝试下载它。 。

1 个答案:

答案 0 :(得分:0)

忘记添加标题ng模板,它解决了我的问题。