JuncalLP
JuncalLP
Use case: On our `EDM` we got an `EntityType` with a property that's a `Edm.Int32`, which represents a serial number, and on the client side we want to allow filtering...
### Describe the bug On the docs page for table component, under the pagination section, there's a link for a lazy loading example, but it's broken. Thought this might be...
If I'm correct, Functions can/should support, depending on the return type: Resource paths identifying a single entity, a complex type instance, a collection of entities, or a collection of complex...
OData supports `/MyEntity?$expand=MyCollection($count=true;$top=0)` as a hacky way to get just the count (maybe there's a better way I'm not aware of?), which produces a response like ``` "value": [ {...