Footer Group not displayed on scrollable datatable #2894
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
prime ng data table not showing the footer columns if i added scrollable="true"
My code looks like :
<p-dataTable [value]="orderSummary.rows" scrollable="true" scrollHeight="200px" >
and footer group like :
<p-column *ngFor="let total of grandTotal" [footer]="total">
i have checked the same issue in #2350 but i didn't get the solution for this.
Angular version: 4.1.2
PrimeNG version: 4.0.1
Prime UI Version: 4.1.8
The text was updated successfully, but these errors were encountered: