Gridify
Gridify copied to clipboard
QueryBuilder build into a GridifyQuery
Details
I am using Gridify in a Blazor WASM application, right now I am having to build out the GridifyQuery filter & order strings by hand.
I think it would be nice if I could utilize the QueryBuilder
which would contain a method that can build the instance of the QueryBuilder into a GridifyQuery
using all the conditions etc that I provided to the builder.