Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6104023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:47:42+00:00 2026-05-23T13:47:42+00:00

I like the functionality of the Filter in this example: http://mleibman.github.com/SlickGrid/examples/example-header-row.html where each column

  • 0

I like the functionality of the Filter in this example:

http://mleibman.github.com/SlickGrid/examples/example-header-row.html

where each column has its own filter, but I also require the functionality of the Filter from:

http://mleibman.github.com/SlickGrid/examples/example4-model.html

In that it can be hidden and shown via button click.

Is it possible to have the Filters from the first link, with the “hide-ability” of the Filter from the second link? Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:47:42+00:00Added an answer on May 23, 2026 at 1:47 pm

    Yes, it is. You may use the method grid.hideHeaderRowColumns() in the first example to hide the filter bar. Then use grid.showHeaderRowColumns() to show it again.

    For example, navigate to the first link, and replace the contents of the URL bar with:

    javascript:grid.hideHeaderRowColumns()
    

    and hit Enter. You should see the filter bar slide up and away. If you are building your app from the first example code, you should be able to call these functions from almost anywhere, ie.

    <input type="button" onclick="grid.hideHeaderRowColumns();" value="Hide Filter" />
    

    Note that in the second example, the author uses the following code to add a predefined, but hidden, element to the styled header bar:

    // move the filter panel defined in a hidden div into grid top panel
    $("#inlineFilterPanel")
        .appendTo(grid.getTopPanel())
        .show();
    

    And the hidden element:

    <div id="inlineFilterPanel" 
             style="display:none;background:#dddddd;padding:3px;color:black;">
        Show tasks with title including 
          <input type="text" id="txtSearch2">
        and % at least &nbsp; 
          <div style="width:100px;display:inline-block;" id="pcSlider2"></div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There are plugins for handling history and bookmarking like: http://plugins.jquery.com/project/history . Somehow it doesn't
I am trying to implement reset password functionality using the tutorial at http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic/ and
I want to acheive the functionality like this how can i do this. DECLARE
Plone has a beautiful search box with a Google suggest like functionality for its
I'm about to start a project for a customer who wants CMS-like functionality. They
I have a web app for commercial property management that needs spreadsheet-like functionality for
I'm writing some JavaScript code to parse user-entered functions (for spreadsheet-like functionality). Having parsed
I have the following JQuery code which does similar functionality like Stackoverflow where the
When programming in C++ in Visual Studio 2008, why is there no functionality like
I'd like to add dvd burning functionality to my .Net app (running on Windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.