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.
Details
Creating filters like the below examples should be possible via
gridify-clientso basically we need to support passing string or numeric values to
[ ]in the field name.