lukzgois/vue-filter

Show a message when the user scrolls to the bottom

Closed this issue · 1 comments

When a user scrolls to bottom, an event is fired to the parent component. This is useful for example, load more items from server and appends to the list, but, to work properly we need a way to display a message on the bottom of the filter, something like "Loading more items".
I think this can be done with a property, when this property is present, the message is displayed, otherwise not.

This feature was implemented on fb3bd03.