Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer Group not displayed on scrollable datatable #2894

Closed
chinna-magapu opened this issue May 26, 2017 · 1 comment
Closed

Footer Group not displayed on scrollable datatable #2894

chinna-magapu opened this issue May 26, 2017 · 1 comment
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@chinna-magapu
Copy link

chinna-magapu commented May 26, 2017

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

@cagataycivici cagataycivici changed the title Prime Ng data table Footer group not displaying when scrolling is Added Footer Group not displayed on scrollable datatable Jun 23, 2017
@cagataycivici cagataycivici self-assigned this Jun 23, 2017
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jun 23, 2017
@cagataycivici cagataycivici added this to the 4.1.0 milestone Jun 23, 2017
@nagpvn2
Copy link

nagpvn2 commented Aug 10, 2017

Not all fields are displaying when scrollable is applied for p-headerColumnGroup datatable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

3 participants