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 8710431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:37:29+00:00 2026-06-13T04:37:29+00:00

I have a large table and allow the user to hide rows based upon

  • 0

I have a large table and allow the user to hide rows based upon a lot of complicated rules.
I also have a ‘reset’ button that is to reveal all the rows back again, but it is running very slowly:

$('#myTable tbody tr').show('fast');

Q: Is there a fast way to show table rows that have been previously hidden with the hide method?

Perhaps I should add class=”hide” and removeClass instead.

  • 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-06-13T04:37:30+00:00Added an answer on June 13, 2026 at 4:37 am

    You just want to show the ones that are hidden, not the whole set, also if the tr‘s are direct childs of tbody is faster to use the child selector, so try this:

    $('#myTable tbody > tr:hidden').show('fast');
    

    if after trying that, it’s still slow for you, you could try with the viewport plugin to only animate those that are actually shown in screen, like so:

    $('#myTable tbody > tr:hidden').filter(":in-viewport").show('fast', function() {
       $('#myTable tbody > tr:hidden').show();//show rest tr's that are out of viewport
    });
    

    UPDATE:
    Updated to add direct child selectors.

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

Sidebar

Related Questions

I have a large table with around half a million rows which is taking
I have a large table (between 74 and 88million rows) which is the middle
I have a large table (~1M rows now, soon ~10M) that has two ranked
I have large table, with around 200 fields. Around a 100 of those fields
I have large database table, approximately 5GB, now I wan to getCurrentSnapshot of Database
I have a large table of data (that displays test data) that is separated
I have a large table I imported from an Excel spreadsheet. For five of
I have a large table I want to include in a LaTeX document. It
I have a large table with a multi-part index. I need to run several
I have a large table (of sites) with several numeric columns - say a

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.