I want to enable footers for ng-grid but I want to completely customize it and override what ng-grid does by default.
Basically, I just want a \'Load more...\' link at a
Here is how I hid the PageSize picker.
.ui-grid-pager-row-count-picker { display: none !important; }