Gridify icon indicating copy to clipboard operation
Gridify copied to clipboard

Add support generating conditions with Index or Key in gridify-client

Open alirezanet opened this issue 8 months ago • 2 comments

Details

Creating filters like the below examples should be possible via gridify-client

Property[index] = foo
Property[key] = bar

ListOfFoo[33] = bar
Dictionary[name] = john

so basically we need to support passing string or numeric values to [ ] in the field name.

alirezanet avatar Jun 22 '24 16:06 alirezanet