-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Create a Grid Footer similar to the 2.x grid footer #2483
Milestone
Comments
swalters
added a commit
to swalters/ng-grid
that referenced
this issue
Jan 5, 2015
…hat will create a grid footer with the Total Items and Shown Items displayed. Also shows Selected Items if using Selection feature. Breaking Changes in this commit: showFooter option renamed to showColumnFooter footerRowHeight option renamed to columnFooterHeight
swalters
added a commit
that referenced
this issue
Jan 9, 2015
…at will create a grid footer with the Total Items and Shown Items displayed. Also shows Selected Items if using Selection feature. BREAKING CHANGE: showFooter option renamed to showColumnFooter; footerRowHeight option renamed to columnFooterHeight
Does this mean that the Grid Footer is not working correctly?? I am asking bcoz the Tutorial documentation says that it does. I am facing a problem where the footer is not working. Pls. reply. |
It is working for me. What problem exactly are you having? The functionality that you see in the tutorial should be working, so long as you've grabbed the unstable version. |
I think this is now implemented. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2.x had the ability to enable a grid Footer that would show:
Total Rows
Selected Rows
Filtered Rows
Create a GridFooter in core that append to the grid and does not scroll horizontally with the column scroll.
The text was updated successfully, but these errors were encountered: