The igGrid pager records label will at times display "1 - # of ## records" then other times display "### matching records" (after filtering)
For example:
Page size is set to 100. Initial load will result in 8935 records. The pager records label will display "1 - 100 of 8935 records". I will reinitialize the igGrid (with filtering) which will return 159 total records. The page size is still 100 however the label will display "159 matching records".
Please advise how I can get this label to display "1 - # of ## records" after filtering to accurately reflect what record range I'm in.
After a little research, I've discovered that this is called the "filter summary". How can I disable the "filter summary" so that the paging details are displayed?