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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T08:51:03+00:00 2026-06-18T08:51:03+00:00

I was wondering if it is possible to extract the filtered data from a

  • 0

I was wondering if it is possible to extract the filtered data from a table which has been filtered using the JQuery tableSorter plugin/widget.

I have a large table shown, and I then filter/sort it using the normal tablesorter functionality – but what I would like to do is be able to take this smaller table and export some data from it

it’s a list of members – so I want to be able to export data (eg email addresses) from the filtered (eg all over a certain age) data so I can then send emails to these select people without having to manually type them etc.

Is this easy to do? I don’t mind if I have to write something myself if someone can point me in the right direction on where to start etc?

Thanks for any help you can give,
Chris

  • 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-18T08:51:04+00:00Added an answer on June 18, 2026 at 8:51 am

    All you would need to do is find the visible table cells and save their data.

    I wasn’t sure how you wanted the data to be exported, so I opted for csv in this demo:

    $('.export').on('click', function(){
        var csv = [];
        // find only visible rows; we're ignoring filtered/hidden rows
        $('table').find('tbody tr:visible').find('td').each(function(){
            csv.push( $(this).text() );
        });
        // do what you want with the csv data here
        $('textarea').val( csv.join(',') )
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm wondering if it's possible to extract a number of variables from a predefined
I was wondering if its possible to exclude data from an wraparound page footer
I was just wondering is it possible to extract few rows from a Android
Just wondering is it possible to build CLI app that can be run from
I was wondering if it is possible to extract nouns, verbs separately in R
I'd rather not have to fire up lingpipe if possible which leaves me wondering
Wondering if its possible to communication from javascript to flash without the use of
I was wondering if its possible to geocode something using googlemaps api synchronously so
I was wondering if it's possible to extract a part of UIImageView . For
I was wondering whether it is possible to get the transformed data in ggplot2

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.