How to change Total Item name in ng-grid?

357 views Asked by At

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

1

There are 1 answers

0
AudioBubble On BEST ANSWER

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