Hi,
The range filter does not work as per the MVC examples in your demos. In the example code, you have the value as a string but when a range is passed, its an array.
struct Filter
{
public String dataIndx;
public String condition;
public String value;
}
Do you have a working example of this for MVC so I know the correct way to implement this?
Thanks