You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ItemListController will need to support pagination for sub lists as well as the root list.
To achieve this, we can add a parent: POSItem parameter to the loadNextItems function, which can update the state for the appropriate sublist to loading, and then when it completes, update the loaded content and stored page state.
The text was updated successfully, but these errors were encountered:
Description
The ItemListController will need to support pagination for sub lists as well as the root list.
To achieve this, we can add a
parent: POSItem
parameter to theloadNextItems
function, which can update the state for the appropriate sublist toloading
, and then when it completes, update theloaded
content and stored page state.The text was updated successfully, but these errors were encountered: