I am using the jQuery flexigrid plugin. I have an issue though - when I use the search:
it, as expected, includes the search value in the POST:
page 1
qtype vendorName
query VC1
rp 10
sortname vendorName
sortorder asc
However, after I close the search:
the POST still contains the search value! Granted, the user can clear the value themselves but that IMO is not intuitively obvious.
I'd like the POST to be this once the search is closed:
page 1
qtype vendorName
query
rp 10
sortname vendorName
sortorder asc
So, can anyone tell me how to clear the "query" value when the flexigrid search is closed?