ATM only the first 30 elements are displayed, the purpose of this story is to add a "load more" button at the end of the list to query the next 30 elements.
There are no "pages" per see as the table expands at it goes (after 2 hits on load more the table has 90 elements).
It only affects the current view of the widget, after page reload, only the 30 first elements are displayed again.
Technical notes:
- SQL query is already paginated
- Async load is already there