Footers are not displayed in Scrollable Table #2350
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
A scrollable table does not show the footerRows; i.e.
This works:
<p-dataTable [value]="data" [footerRows]="footer">...</p-dataTable>
This does not:
<p-dataTable [value]="data" [footerRows]="footer" scrollable="true">...</p-dataTable>
The text was updated successfully, but these errors were encountered: