Wijmo UI for the Web
RemoteDataView
Wijmo User Guide > Data > Data Concepts > RemoteDataView

You can use the wijmo.data module with remote data from either a general RESTful web service or from an OData service.

Both types of service require you to use a service-specific wijmo.data class. For a general RESTful web service, use the AjaxDataView class, and for an OData service, use the ODataView class.

In this section

General Web Service

OData Web Service

See Also

How To

Reference