Hi all,
I have a GridView in which one of this column must be filtered.
When I see the generated javascript there us this line
jQuery('#target').yiiGridView(
{
"filterUrl":"/backend/remedy-indications/2?RemedyIndicationSearch%5Border%5D=4&order=4",
"filterSelector":"#target-filters input, #target-filters select"
});
which generates a call to
/backend/remedy-indications/2?RemedyIndicationSearch%5Border%5D=4&order=4
Is there a way to configure the url ? Or do we have to deal with this soooo ugly one ?
Thax