-
-
Notifications
You must be signed in to change notification settings - Fork 11
Slots
Skayo edited this page Jul 30, 2020
·
3 revisions
- See also: Customizing Load Messages
- 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.
- 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.
- 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.
- Default:
Built-in Spinner of choice
- Details:
This slot will be displayed when loading data, you can also use your own spinner here.
Released under the MIT License | Made with ♥ by Skayo