Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
829 views
in Technique[技术] by (71.8m points)

kendo datasource, why is _view is called like a function

If I log out the value of sender.datasource, I can see:

_view: init(4) [i, i, i, i, _events: {…}, type: ?, _parent: ?, parent: ?]

But _view is accessible by calling it like this: sender.datasource.view()

Does the underscore make it a function? I can't access the actual data in the first 4 items as you would expect in an array: _view[0]

I'm not sure what the underscore is doing and why I have to call it like view()

question from:https://stackoverflow.com/questions/65906508/kendo-datasource-why-is-view-is-called-like-a-function

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...