Find Odata Examples and Templates
Use this online odata playground to view and fork odata example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

OData Service - DevExtreme Data Grid (forked)To fetch data from an OData service, implement an ODataStore. Use its options to specify the service's url, key data field, and OData version if it is different from 2.
You can configure ODataStore as a standalone component (see OData for details), but this demo assigns ODataStore settings to the store field of the DataSource configuration object. If you follow the same pattern in your application, make sure to set the store's type option to "odata".
The DataSource configuration object allows you to sort, filter, group, and otherwise shape the store's data objects. This demo filters data and selects a limited number of fields.
















