kasen0177
Explore posts from serversDevexpress loadOptions parse filter array, how to handle in serverside
devexpress is a https://js.devexpress.com/React/Documentation/ApiReference/Data_Layer/CustomStore/LoadOptions/
15 replies
Devexpress loadOptions parse filter array, how to handle in serverside
[
["Product_Current_Inventory", "<>", 0],
"or",
[
["Product_Name", "contains", "HD"],
"and",
["Product_Cost", "<", 200]
]
]
oh yeah this is the format given by devexpress when you make remoteOperation = true and its part of an object return by the customStore. I am just trying to find a way to reformat this into somethinge easier to work with with the databasde
15 replies