Hi Abu,
Is it possible to pass parameters getting from form inputs for name and date fields instead of Client1 and 14.08.2013 data respectively ?
{
"groupOp":"AND",
"rules":[
{"field":"name","op":"eq","data":"Client 1"},
{"field":"date","op":"eq","data":"14.08.2013"}
]
}
SEARCH_JSON;
$grid["search"] = true;
$grid["postData"] = array("filters" =$g $sarr );
Regards…
2 Answers
You can follow this example. Fetch the form data and trigger search using javascript.
Your Answer