React TreeList - OData Service

Use the ODataStore to bind the TreeList to data an OData service supplies. It provides an interface for loading and editing data and allows you to handle data-related events.

Data kept in the ODataStore can be processed in the DataSource, for example, it can filter data.

NOTE
Setting the ODataStore's deserializeDates property to false may cause filtering issues in the TreeList. See this property's description for details.
See Also