Completed
Last Updated: 09 Jul 2021 14:24 by ADMIN
Andrew
Created on: 18 Oct 2013 16:38
Category: MVVM
Type: Feature Request
23
ObservableArray and ECMAScript 5 Array functions
ObservableArray currently implements some of the ES-5 Array functions, including:
indexOf(), forEach(), map(), filter(), find(), every(), some()

Like the other Array functions, ObservableArray should use the native implementations of these functions if the browser implements them (IE9+, Firefox, Webkit, etc.).

2 comments
ADMIN
Angel Petrov
Posted on: 09 Jul 2021 14:24

Hello,

Arrow functions are supported for most of the methods. Here is an exemplary use.

As for the observable object we have a specific implementation that meets our needs if there are specific use cases that should be handled please open a separate feature request.

Regards,
Angel Petrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Imported User
Posted on: 20 May 2014 20:43
I would also replace ObservableObject by Object.observe