Mewriick / Blazor.FlexGrid

GridView component for Blazor
MIT License
200 stars 36 forks source link

OData Support #19

Open IvanJosipovic opened 5 years ago

IvanJosipovic commented 5 years ago

What are your thoughts on having this grid support OData style parameters for sorting/filtering/paging. This would make it much simpler to implement the server side of things.

See example: https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/supporting-odata-query-options

Mewriick commented 5 years ago

I thought about it, but this is advanced scenario and I want first solve the basics. After that I will look at this advanced features.