7.3.3
- Add method
replaceItems(ofSectionAt:with:performDiff:)
toMutableObservableArray2D
that can replace items of a section at the given index with new items and calculate change diff. For example:
data.replaceItems(ofSectionAt: 1, with: [1, 100, 20], performDiff: true)