DS.RecordArrayManager#updateFilter()

updateFilter (array, modelName, filter)

Defined in addon/-private/system/record-array-manager.js:202

This method is invoked if the filterFunction property is changed on a DS.FilteredRecordArray.

It essentially re-runs the filter from scratch. This same method is invoked when the filter is created in th first place.

Parameters:

array Array
modelName String
filter Function
doc_EmberJs
2016-11-30 16:50:24
Comments
Leave a Comment

Please login to continue.