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

  • Home
  • SEARCH
  • 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 4585076
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:26:39+00:00 2026-05-21T21:26:39+00:00

I am using the jQuery plugin TreeTable in a similar manner mentioned in blog

  • 0

I am using the jQuery plugin TreeTable in a similar manner mentioned in blog entry A jQuery tree table for Wicket .

What I want to do now is attaching some JavaScript code in an expand all / collapse all button(s).

The following code doesn’t seem to work.

$(".treeTable").treeTable().expand();

And also

$(".treeTable").treeTable();
$(".treeTable").expand();
  • 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-21T21:26:40+00:00Added an answer on May 21, 2026 at 9:26 pm

    Very nice challenge.

    I’ve built an ‘expand all’ feature (because it doesn’t have it). Here you have it:

    $.fn.expandAll = function() {
        $(this).find("tr").removeClass("collapsed").addClass("expanded").each(function(){
            $(this).expand();
        });
    };
    

    To use it, just do:

    $(".treeTable").expandAll();
    

    I hope this helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Ludo van den Boom's treeTable jquery plugin to represent a table
I'm using the treetable plugin in my web app. http://plugins.jquery.com/project/treeTable I want to be
I am using the jQuery tableSorter plugin on a page. Unfortunatley, the table that
I'm using the Tablesorter Jquery plugin to sort a table, but the images background
I'm having issues with using the treeTable jquery plugin ( http://plugins.jquery.com/project/treeTable ) inside an
I'm using Jquery plugin DropShadow: web site And I want to set drop shadow
I know they're using a jQuery plugin, but I can't seem to find which
How do you rotate an image using jQuery-rotate plugin? I have tried the following
I am wondering if anyone has any experience using a JQuery plugin that converts
Using the jQuery Validation plugin and AJAX, how can I validate the contents of

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.