3

The codes are below:

<p-table
    [columns]="colsHistoryLogEntryList"
    [value]="entity.historyLogEntryList"
    [resizableColumns]="true"
    [autoLayout]="true"
    [paginator]="true"
    [rows]="5"
    [rowsPerPageOptions]="[5, 10, 25, 50, 100]"
    paginatorDropdownAppendTo="body"
    class="ui-table-historyEntry-list"
    [rowHover]="true"
>

When the page was maximized, the dropdown list is rendered to the bottom and it was partially hidden. But when the page was shrunk, it was rendered to the up direction correctly.

How can I force the dropdown list to be visible all the time?

Click to show the screenshot

derloopkat
  • 6,232
  • 16
  • 38
  • 45
szhou
  • 31
  • 2

0 Answers0