Skip to content
Skayo edited this page Jul 30, 2020 · 3 revisions

noResults

  • Default: No results :(
  • Details:

This message will be displayed when there is no data, which means that we have called the InfiniteEvent.details.complete method, before ever calling the InfiniteEvent.details.loaded method.

noMore

  • Default: No more data :)
  • Details:

This message will be displayed when there is no more data, which means we have called the InfiniteEvent.details.loaded method at least once before calling the InfiniteEvent.details.complete method.

error

  • Default: Oops, something went wrong :( <br> <button>Retry</button>
  • Details:

This message will be displayed when loading has failed, which means that we have called the InfiniteEvent.details.error method.

spinner

  • Default: Internal Spinner
  • Details:

This slot will be displayed when loading data, you can also use your own spinner here.