updateDetailOnly: If true, the list view inherits previous list view items and only updates the detail view.
This is useful when you want to update the detail view without changing the list view items.
For example, when user goes over item by item, you can update the detail view without resending the items data. This could be more efficient when there are many items.
updateDetailOnly
: If true, the list view inherits previous list view items and only updates the detail view. This is useful when you want to update the detail view without changing the list view items. For example, when user goes over item by item, you can update the detail view without resending the items data. This could be more efficient when there are many items.