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

Footers are not displayed in Scrollable Table #2350

Closed
cagataycivici opened this issue Mar 21, 2017 · 0 comments
Closed

Footers are not displayed in Scrollable Table #2350

cagataycivici opened this issue Mar 21, 2017 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cagataycivici
Copy link
Member

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>

@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 21, 2017
@cagataycivici cagataycivici added this to the 2.0.5 milestone Mar 21, 2017
@cagataycivici cagataycivici self-assigned this Mar 21, 2017
cagataycivici pushed a commit that referenced this issue Mar 21, 2017
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

1 participant