removing upper search text control

Questionsremoving upper search text control
adarsh asked 11 years ago

Hi,

I am trying to remove upper search text control. Can you please help me how can to remove it.

Thanks,
@darsh

1 Answers
Abu Ghufran answered 11 years ago

Hi Adarsh,

If you wish to remove top auto filter … here the change.

$g->set_actions(array(
"add"=>true, // allow/disallow add
"edit"=>true, // allow/disallow edit
"delete"=>true, // allow/disallow delete
"rowactions"=>false, // show/hide row wise edit/del/save option
"export"=>true, // show/hide export to excel option
"autofilter" => false, // show/hide autofilter for search
"search" => "simple", // show single/multi field search condition (e.g. simple or advance)
"showhidecolumns" => false // show single/multi field search condition (e.g. simple or advance)
)
);

Just put autofilter to false.

Regards,

Your Answer

3 + 6 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?