Hello everyone,
In one of the projects I'm developing, I'd like to use your Schedule component. I'm using it in combination with ODataV4Adaptor and it seems that either I've done something wrong or there's an issue with the component. Specifically, I'm concerned about how the data is loaded into the control. The initial request sent by the component is:
https://localhost:7116/odata/Schedules/?StartDate=2023-08-27T22:00:00.000Z&EndDate=2023-10-01T22:00:00.000Z
This is not a proper OData filter. As a result, I always get the complete set of data. For obvious reasons, I'd like to avoid this. I'm using the latest version currently available.