I have used ng-grid.I wish to change name of 'Total Item ' to something another name.I have tried footerTemplate in gridOption
like.But How to get also total number of items in footerTemplate
I following this plunker: http://plnkr.co/edit/31flwE?p=preview
Change your ng-grid.min.js file..
ngTotalItemsLabel: "Total Items:",
find "ngTotalItemsLabel: "Total Items:"," in your ng-grid.min.js file and just change "Total Items" to your selected text.. Thank You