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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:25:48+00:00 2026-06-04T21:25:48+00:00

How would I go about the implementation of a date picker into Tablesorter so

  • 0

How would I go about the implementation of a date picker into Tablesorter so that I can show a result between to dates 01/01/2001 - 01/01/2012?

I have been given the following question hence my query regarding the question above:

In HTML display a set of tabular data where the data contains dates. Implement a date picker that filters the tabular data. Where possible allow for the tabular data to be supplied via ajax or json feeds.

  • 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-04T21:25:51+00:00Added an answer on June 4, 2026 at 9:25 pm

    As I commented before, you can do this by simply using 2 jQuery UI datepickers – one for min date, another for max date – and filtering the dates.

    I’ve made an extremely simple example, Take a look. And here’s the commented version (you can also type the numbers in conjunction with the datepickers, which may prove to be an easier way around).

    Now, if you want to load content dynamically inside of a div, you just have to take a look at the jQuery’s Ajax documentation or read some tutorials – that’s pretty basic stuff.

    The simplest way to make your Ajax would be wrapping your table inside a div, say, tablewrapper then you can use the .load() jQuery method:

    $('#tablewrapper').load('UrlWhichContainsMyTable.html');
    

    In the example above you’d echo a whole <table> ... </table> (or have it inside a html document).

    If you want to load table rows dynamically, you can use .append and .appendTo methods to your table:

    $.get('urlWithMyNewRows.html', function(r){ //or $.post, $.ajax etc
          $('table.bordered').append(r);
    });
    

    In the example above, you’d fetch a collection of table rows <tr> to append to your table from your urlWithMyNewRows.html document.

    And take a look at $.getJSON documentation and examples if you need it. =]

    ps. I call my fiddle “simple” as I didn’t even validate if the maxdate is before the mindate to display an warning neither show a “No results found” message, even though those are just a couple lines of code as well.

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

Sidebar

Related Questions

I would like to know how I would go about altering the HTML that
How would I go about implementation the queries required for pagination? Basically, when page
I'm just wondering about an implementation detail of Scala generics. In C# one can
The implementing-result-paging-in-hibernate-getting-total-number-of-rows question trigger another question for me, about some implementation concern : Now
I have a NSWindow that I'm putting into fullscreen mode. I would like to
Had a question about a implementation of bind function that I found on Mozilla's
How would go about adding AM/PM to the ending of the following code snippet?
Any ideas how I would go about writing a javascript method to insert an
Just a quick question about how you would go about implementing this. I want
Does anybody know how i would go about forcing a panel to be square.

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.