Lines Matching refs:onDatasetChange
571 The **onDatasetChange** API allows you to notify **LazyForEach** at a time to add, delete, move, an…
649 Pay attention to the following when using the **onDatasetChange** API:
651 1. The **onDatasetChange** API cannot be used together with other data operation APIs.
652 2. Index of the **operations** passed in the **onDatasetChange** API is searched from the original …
667 3. When **onDatasetChange** is called, the data can be operated only once for each index. If the da…
1581 Replacing **onDataReloaded** by **onDatasetChange** cannot only fix this issue but also improves lo…
1789 // Method 2: listener.onDatasetChange([{type: DataOperationType.ADD, index: index}]);
1797 // Method 2: listener.onDatasetChange([{type: DataOperationType.CHANGE, index: index}]);
1805 // Method 2: listener.onDatasetChange([{type: DataOperationType.DELETE, index: index}]);
1813 // Method 2: listener.onDatasetChange ()
1820 listener.onDatasetChange(operations);
1888 listener.onDatasetChange(operations);