JuncalLP

Results 4 issues of 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...

enhancement
q-objects

### 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...

Status: Needs Triage

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...

enhancement
service
query-builder

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": [ {...

enhancement
query-builder