Autofilter show/hide

QuestionsAutofilter show/hide
Stephen Hartigan asked 9 years ago

Hi,

Is there a way to show or hide the autofilters, maybe from a link or button/icon?

Thanks, Stephen

2 Answers
Abu Ghufran answered 9 years ago

You can call toggleToolbar() function, where list1 is grid id.
jQuery("#list1")[0].toggleToolbar();

You can also connect this function after adding a custom toolbar button click event.
Refer demos/appearance/toolbar-button.php

Stephen Hartigan answered 9 years ago

Perfect. Thank-You.

Your Answer

10 + 2 =

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?