TravisHeeter
TravisHeeter
Sorry for hijacking, but what do the status codes mean? I'd like to reset only if loading has already completed, so I get the status: `this.$refs.infiniteLoading.status` but it comes back...
@PeachScript OK, I tried identifier, but no luck. I have an array of `records`, which are managed by infinite-loader, and I set the identifier to the record count: `totalRecords`. The...
I created a new issue: https://github.com/PeachScript/vue-infinite-loading/issues/215 I also updated my [SO question](https://stackoverflow.com/questions/54044709/how-to-reset-vue-infinite-loading-ie-get-a-variable-from-a-child-component) to better describe my situation. I also created a [Code Pen](https://codepen.io/anon/pen/KbREyG) to show the code (*I didn't get...