Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
igGrid pager records label inconsistent display
posted

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.