You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,15 +105,6 @@ The datasource object implements methods and properties to be used by the direct
105
105
**Important:** Make sure to respect the `index` and `count` parameters of the request. The array passed to the success method should have
106
106
exactly `count` elements unless it hit eof/bof
107
107
108
-
* Method `loading`
109
-
110
-
loading(value)
111
-
112
-
#### Description
113
-
this is an optional method. If supplied this function will be called with a value indicating whether there is data loading request pending
114
-
115
-
**Deprecated:** Method `loading` is deprecated - use `is-loading` attribute instead
116
-
117
108
###Adapter
118
109
The adapter object is an internal object created for every instance of the scroller. Properties and methods of the adapter can be used to manipulate and assess the scroller the adapter was created for. Adapter based API replaces old (undocumented) event based API introduced earlier for this purpose. The event based API is now deprecated and no longer supported.
0 commit comments