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
When data is unsorted, the control does not render properly. Before we compute any rendering properties, we need to ensure the data is sorted. This is best accomplished in endChanges() so we are only sorting once after items have been added.
When data is unsorted, the control does not render properly. Before we compute any rendering properties, we need to ensure the data is sorted. This is best accomplished in
endChanges()so we are only sorting once after items have been added.